From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/creature_equip_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/creature_equip_template.md') diff --git a/docs/creature_equip_template.md b/docs/creature_equip_template.md index 2257163..c53e373 100644 --- a/docs/creature_equip_template.md +++ b/docs/creature_equip_template.md @@ -21,7 +21,7 @@ This table contains all the equipment combinations that can be sent for each cre

Comment

-

CreatureID

+

CreatureID

mediumint(8)

unsigned

PRI

@@ -32,7 +32,7 @@ This table contains all the equipment combinations that can be sent for each cre

Unique entry

-

ID

+

ID

tinyint(3)

unsigned

PRI

@@ -43,7 +43,7 @@ This table contains all the equipment combinations that can be sent for each cre

Unique entry

-

ItemID1

+

ItemID1

mediumint(8)

unsigned


@@ -56,7 +56,7 @@ This table contains all the equipment combinations that can be sent for each cre

-

ItemID2

+

ItemID2

mediumint(8)

unsigned


@@ -69,7 +69,7 @@ This table contains all the equipment combinations that can be sent for each cre

-

ItemID3

+

ItemID3

mediumint(8) unsigned
-- cgit