From d84ef60e1e6a4b8eec53bc276064b8da8fd95c25 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 27 May 2023 18:37:56 +0200 Subject: Update creature_template.md --- docs/creature_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/creature_template.md b/docs/creature_template.md index 76da28a..bfa8281 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -1,7 +1,13 @@ # creature_template +[<-Back-to:World](database-world.md) + +**The \`creature_template\` table** + This table contains the description of creatures. Each spawned creature is an instance of a template present in this table, this means every creature MUST be defined in this table. +**Structure** + | Field | Type | Null | Key | Default | Extra | Comment | | -------------------------------------------------- | ------------------ | ---- | --- | ------- | ----- | ------------------------------------ | | [entry](#entry) | MEDIUMINT UNSIGNED | NO | PRI | 0 | | | -- cgit