diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-05-27 18:37:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-27 18:37:56 +0200 |
| commit | d84ef60e1e6a4b8eec53bc276064b8da8fd95c25 (patch) | |
| tree | 8df213051fd43069b2e7db7050b26fb93c8d0f80 | |
| parent | 149738b8cab720a525f8bc8964c1b15823aaa4d1 (diff) | |
| download | wiki-d84ef60e1e6a4b8eec53bc276064b8da8fd95c25.tar.gz wiki-d84ef60e1e6a4b8eec53bc276064b8da8fd95c25.tar.bz2 wiki-d84ef60e1e6a4b8eec53bc276064b8da8fd95c25.zip | |
Update creature_template.md
| -rw-r--r-- | docs/creature_template.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 | | | |
