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_summon_groups.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/creature_summon_groups.md') diff --git a/docs/creature_summon_groups.md b/docs/creature_summon_groups.md index 5e7d790..79f06eb 100644 --- a/docs/creature_summon_groups.md +++ b/docs/creature_summon_groups.md @@ -31,7 +31,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

Comment

-

summonerId

+

summonerId

mediumint(8)

unsigned

 

@@ -41,7 +41,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-

summonerType

+

summonerType

tinyint(3)

unsigned

 

@@ -51,7 +51,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-groupId +groupId tinyint(3) unsigned   @@ -61,7 +61,7 @@ This table holds data about temporary summoned creatures. It is possible to grou   -entry +entry mediumint(8) unsigned   @@ -71,7 +71,7 @@ This table holds data about temporary summoned creatures. It is possible to grou   -

position_x

+

position_x

float

 

 

@@ -81,7 +81,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-

position_y

+

position_y

float

 

 

@@ -91,7 +91,7 @@ This table holds data about temporary summoned creatures. It is possible to grou   -

position_z

+

position_z

float

 

 

@@ -101,7 +101,7 @@ This table holds data about temporary summoned creatures. It is possible to grou   -

orientation

+

orientation

float

 

 

@@ -111,7 +111,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-summonType +summonType tinyint(3) unsigned   @@ -121,7 +121,7 @@ This table holds data about temporary summoned creatures. It is possible to grou   -summonTime +summonTime int(10) 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_summon_groups.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/creature_summon_groups.md') diff --git a/docs/creature_summon_groups.md b/docs/creature_summon_groups.md index 79f06eb..8700549 100644 --- a/docs/creature_summon_groups.md +++ b/docs/creature_summon_groups.md @@ -41,7 +41,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-

summonerType

+

summonerType

tinyint(3)

unsigned

 

@@ -51,7 +51,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-groupId +groupId tinyint(3) unsigned   @@ -111,7 +111,7 @@ This table holds data about temporary summoned creatures. It is possible to grou

 

-summonType +summonType tinyint(3) unsigned   @@ -121,7 +121,7 @@ This table holds data about temporary summoned creatures. It is possible to grou   -summonTime +summonTime int(10) unsigned   -- cgit