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_addon.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/creature_addon.md') diff --git a/docs/creature_addon.md b/docs/creature_addon.md index da983bd..88ef215 100644 --- a/docs/creature_addon.md +++ b/docs/creature_addon.md @@ -25,7 +25,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

Comment

-

guid/entry

+

guid/entry

int(10)/medumint(8)

unsigned

PRI

@@ -37,7 +37,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-

path_id

+

path_id

int(11)

unsigned


@@ -50,7 +50,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-

mount

+

mount

mediumint(8)

unsigned


@@ -63,7 +63,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-

bytes1

+

bytes1

int(10)

unsigned


@@ -76,7 +76,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-

bytes2

+

bytes2

int(10)

unsigned


@@ -89,7 +89,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-

emote

+

emote

int(10)

unsigned


@@ -102,7 +102,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-aiAnimKit +aiAnimKit smallint(6) signed
@@ -115,7 +115,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -movementAnimKit +movementAnimKit smallint(6) signed
@@ -128,7 +128,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -meleeAnimKit +meleeAnimKit smallint(6) signed
@@ -141,7 +141,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -visibilityDistanceType +visibilityDistanceType tinyint(3) unsigned
@@ -154,7 +154,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -

auras

+

auras

text

unsigned


-- 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_addon.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/creature_addon.md') diff --git a/docs/creature_addon.md b/docs/creature_addon.md index 88ef215..52b8a6f 100644 --- a/docs/creature_addon.md +++ b/docs/creature_addon.md @@ -102,7 +102,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur

-aiAnimKit +aiAnimKit smallint(6) signed
@@ -115,7 +115,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -movementAnimKit +movementAnimKit smallint(6) signed
@@ -128,7 +128,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -meleeAnimKit +meleeAnimKit smallint(6) signed
@@ -141,7 +141,7 @@ NOTICE: The data for this table is largely incomplete and is mostly just a regur -visibilityDistanceType +visibilityDistanceType tinyint(3) unsigned
-- cgit