From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/creature_text.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/creature_text.md') diff --git a/docs/creature_text.md b/docs/creature_text.md index f25b56f..a1d830a 100644 --- a/docs/creature_text.md +++ b/docs/creature_text.md @@ -69,7 +69,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

Comment

-

CreatureID

+

CreatureID

mediumint(8)

unsigned

PRI

@@ -80,7 +80,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

creature_template entry

-

GroupID

+

GroupID

tinyint(3)

unsigned

PRI

@@ -92,7 +92,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

ID

+

ID

tinyint(3)

unsigned

PRI

@@ -104,7 +104,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Text

+

Text

longtext

utf8_general_ci


@@ -117,7 +117,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Type

+

Type

tinyint(3)

unsigned


@@ -130,7 +130,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Language

+

Language

tinyint(3)

unsigned


@@ -143,7 +143,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Probability

+

Probability

float

signed


@@ -156,7 +156,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Emote

+

Emote

mediumint(8)

unsigned


@@ -169,7 +169,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Duration

+

Duration

mediumint(8)

unsigned


@@ -182,7 +182,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Sound

+

Sound

mediumint(8)

unsigned


@@ -195,7 +195,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-BroadcastTextId +BroadcastTextId mediumint(6) signed
@@ -208,7 +208,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table! -TextRange +TextRange tinyint(3) unsigned
@@ -221,7 +221,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table! -

comment

+

comment

varchar(255)

utf8_general_ci


-- cgit 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_text.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/creature_text.md') diff --git a/docs/creature_text.md b/docs/creature_text.md index a1d830a..7443e6b 100644 --- a/docs/creature_text.md +++ b/docs/creature_text.md @@ -69,7 +69,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

Comment

-

CreatureID

+

CreatureID

mediumint(8)

unsigned

PRI

@@ -80,7 +80,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

creature_template entry

-

GroupID

+

GroupID

tinyint(3)

unsigned

PRI

@@ -92,7 +92,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

ID

+

ID

tinyint(3)

unsigned

PRI

@@ -104,7 +104,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Text

+

Text

longtext

utf8_general_ci


@@ -117,7 +117,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Type

+

Type

tinyint(3)

unsigned


@@ -130,7 +130,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Language

+

Language

tinyint(3)

unsigned


@@ -143,7 +143,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Probability

+

Probability

float

signed


@@ -156,7 +156,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Emote

+

Emote

mediumint(8)

unsigned


@@ -169,7 +169,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Duration

+

Duration

mediumint(8)

unsigned


@@ -182,7 +182,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-

Sound

+

Sound

mediumint(8)

unsigned


@@ -195,7 +195,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

-BroadcastTextId +BroadcastTextId mediumint(6) signed
@@ -208,7 +208,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table! -TextRange +TextRange tinyint(3) unsigned
-- cgit