summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-03-24 12:10:55 +0100
committerGitHub <noreply@github.com>2021-03-24 12:10:55 +0100
commit84944dd4aa3d24260c0d261925ec66d6a4c0aca9 (patch)
tree14511eff82a1ae39e5ee5bac582291577c631694 /docs
parent83ce68b245cd045a0a51ad907de90f6fa12c82cb (diff)
downloadwiki-84944dd4aa3d24260c0d261925ec66d6a4c0aca9.tar.gz
wiki-84944dd4aa3d24260c0d261925ec66d6a4c0aca9.tar.bz2
wiki-84944dd4aa3d24260c0d261925ec66d6a4c0aca9.zip
chore(c_t_r): Update integer types (#418)
Diffstat (limited to 'docs')
-rw-r--r--docs/creature_template_resistance.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/creature_template_resistance.md b/docs/creature_template_resistance.md
index 0ca44d9..7a141b4 100644
--- a/docs/creature_template_resistance.md
+++ b/docs/creature_template_resistance.md
@@ -8,10 +8,10 @@
| Field | Type | Attribute | Key | Null | Default | Extra | Comment
:--- | :--- | :--- | :--- | :--- | :--- | :--- | :---
-[CreatureID][1] | mediumint(8) | UNSIGNED | PRI | NO
-[School][2] | tinyint(6) | UNSIGNED | PRI | NO
-[Resistance][3] | smallint(6) | SIGNED | | YES | Null
-[VerifiedBuild][4] | smallint(5) | SIGNED | | YES | 0
+[CreatureID][1] | MEDIUMINT | UNSIGNED | PRI | NO
+[School][2] | TINYINT | UNSIGNED | PRI | NO
+[Resistance][3] | SMALLINT | SIGNED | | YES | Null
+[VerifiedBuild][4] | SMALLINT | SIGNED | | YES | 0
[1]: #creatureid
[2]: #school