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_formations.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/creature_formations.md') diff --git a/docs/creature_formations.md b/docs/creature_formations.md index a160275..2ea5293 100644 --- a/docs/creature_formations.md +++ b/docs/creature_formations.md @@ -31,7 +31,7 @@ This table allows to group mobs. Members of group will follow others, and attack

Comment

-

leaderGUID

+

leaderGUID

int(11)

unsigned

 

@@ -41,7 +41,7 @@ This table allows to group mobs. Members of group will follow others, and attack

 

-

memberGUID

+

memberGUID

int(11)

unsigned

PRI

@@ -51,7 +51,7 @@ This table allows to group mobs. Members of group will follow others, and attack

 

-

dist

+

dist

float

unsigned

 

@@ -61,7 +61,7 @@ This table allows to group mobs. Members of group will follow others, and attack

 

-

angle

+

angle

float

unsigned

 

@@ -71,7 +71,7 @@ This table allows to group mobs. Members of group will follow others, and attack

 

-groupAI +groupAI int(11) unsigned   @@ -81,7 +81,7 @@ This table allows to group mobs. Members of group will follow others, and attack   -point_1 +point_1 int(11) unsigned   @@ -91,7 +91,7 @@ This table allows to group mobs. Members of group will follow others, and attack   -

point_2

+

point_2

int(11)

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_formations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/creature_formations.md') diff --git a/docs/creature_formations.md b/docs/creature_formations.md index 2ea5293..3f62c62 100644 --- a/docs/creature_formations.md +++ b/docs/creature_formations.md @@ -31,7 +31,7 @@ This table allows to group mobs. Members of group will follow others, and attack

Comment

-

leaderGUID

+

leaderGUID

int(11)

unsigned

 

@@ -41,7 +41,7 @@ This table allows to group mobs. Members of group will follow others, and attack

 

-

memberGUID

+

memberGUID

int(11)

unsigned

PRI

@@ -71,7 +71,7 @@ This table allows to group mobs. Members of group will follow others, and attack

 

-groupAI +groupAI int(11) unsigned   -- cgit