diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-24 12:10:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 12:10:45 +0100 |
| commit | 83ce68b245cd045a0a51ad907de90f6fa12c82cb (patch) | |
| tree | 34245b08477f3516dde32ec3405e1a08260c785e | |
| parent | 0f16b4a19598ef6835285201addd8136caa023b8 (diff) | |
| download | wiki-83ce68b245cd045a0a51ad907de90f6fa12c82cb.tar.gz wiki-83ce68b245cd045a0a51ad907de90f6fa12c82cb.tar.bz2 wiki-83ce68b245cd045a0a51ad907de90f6fa12c82cb.zip | |
chore(c_t_s): Update integer types (#417)
| -rw-r--r-- | docs/creature_template_spell.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/creature_template_spell.md b/docs/creature_template_spell.md index 06b5f49..3afc835 100644 --- a/docs/creature_template_spell.md +++ b/docs/creature_template_spell.md @@ -8,10 +8,10 @@ | Field | Type | Attribute | Key | Null | Default | Extra | Comment :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- -[CreatureID][1] | mediumint(8) | UNSIGNED | PRI | NO -[Index][2] | tinyint(6) | UNSIGNED | PRI | NO | 0 -[Spell][3] | mediumint(5) | UNSIGNED | | YES | Null -[VerifiedBuild][4] | smallint(5) | SIGNED | | YES | 0 +[CreatureID][1] | MEDIUMINT | UNSIGNED | PRI | NO +[Index][2] | TINYINT | UNSIGNED | PRI | NO | 0 +[Spell][3] | MEDIUMINT | UNSIGNED | | YES | Null +[VerifiedBuild][4] | SMALLINT | SIGNED | | YES | 0 [1]: #creatureid [2]: #index |
