summaryrefslogtreecommitdiff
path: root/docs/creature_equip_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/creature_equip_template.md')
-rw-r--r--docs/creature_equip_template.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/creature_equip_template.md b/docs/creature_equip_template.md
index 81cb845..23f94b5 100644
--- a/docs/creature_equip_template.md
+++ b/docs/creature_equip_template.md
@@ -10,11 +10,11 @@ This table contains all the equipment combinations that can be sent for each cre
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-----------------|--------------|------------|-----|------|---------|-------|--------------|
-| [CreatureID][1] | mediumint(8) | unsigned | PRI | NO | 0 | | Unique entry |
-| [ID][2] | tinyint(3) | unsigned | PRI | NO | 1 | | Unique entry |
-| [ItemID1][3] | mediumint(8) | unsigned | | NO | 0 | | |
-| [ItemID2][4] | mediumint(8) | unsigned | | NO | 0 | | |
-| [ItemID3][5] | mediumint(8) | unsigned | | NO | 0 | | |
+| [CreatureID][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Unique entry |
+| [ID][2] | TINYINT | UNSIGNED | PRI | NO | 1 | | Unique entry |
+| [ItemID1][3] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+| [ItemID2][4] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+| [ItemID3][5] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
[1]: #creatureid
[2]: #id