From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/groups.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/groups.md') diff --git a/docs/groups.md b/docs/groups.md index b23c4af..fdf5629 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -31,7 +31,7 @@ This table holds basic info about groups.

Comment

-

guid

+

guid

int(10)

unsigned

PRI

@@ -41,7 +41,7 @@ This table holds basic info about groups.   -

leaderGuid

+

leaderGuid

int(10)

unsigned

  @@ -51,7 +51,7 @@ This table holds basic info about groups.

 

-

lootMethod

+

lootMethod

tinyint(3)

unsigned

 

@@ -61,7 +61,7 @@ This table holds basic info about groups.   -

looterGuid

+

looterGuid

int(10)

unsigned

  @@ -71,7 +71,7 @@ This table holds basic info about groups.

 

-

lootThreshold

+

lootThreshold

tinyint(3)

unsigned

 

@@ -81,7 +81,7 @@ This table holds basic info about groups.   -

icon1

+

icon1

int(10)

unsigned

  @@ -91,7 +91,7 @@ This table holds basic info about groups.

 

-

icon2

+

icon2

int(10)

unsigned

 

@@ -101,7 +101,7 @@ This table holds basic info about groups.   -

icon3

+

icon3

int(10)

unsigned

  @@ -111,7 +111,7 @@ This table holds basic info about groups.

 

-

icon4

+

icon4

int(10)

unsigned

 

@@ -121,7 +121,7 @@ This table holds basic info about groups.   -

icon5

+

icon5

int(10)

unsigned

  @@ -131,7 +131,7 @@ This table holds basic info about groups.   -

icon6

+

icon6

int(10)

unsigned

 

@@ -141,7 +141,7 @@ This table holds basic info about groups.   -

icon7

+

icon7

int(10)

unsigned

  @@ -151,7 +151,7 @@ This table holds basic info about groups.   -

icon8

+

icon8

int(10)

unsigned

 

@@ -161,7 +161,7 @@ This table holds basic info about groups.   -

groupType

+

groupType

tinyint(3)

unsigned

  @@ -171,7 +171,7 @@ This table holds basic info about groups.   -

difficulty

+

difficulty

tinyint(3)

unsigned

 

@@ -181,7 +181,7 @@ This table holds basic info about groups.

 

-

raiddifficulty

+

raiddifficulty

tinyint(3)

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/groups.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/groups.md') diff --git a/docs/groups.md b/docs/groups.md index fdf5629..ef22315 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -41,7 +41,7 @@ This table holds basic info about groups.   -

leaderGuid

+

leaderGuid

int(10)

unsigned

  @@ -51,7 +51,7 @@ This table holds basic info about groups.

 

-

lootMethod

+

lootMethod

tinyint(3)

unsigned

 

@@ -61,7 +61,7 @@ This table holds basic info about groups.   -

looterGuid

+

looterGuid

int(10)

unsigned

  @@ -71,7 +71,7 @@ This table holds basic info about groups.

 

-

lootThreshold

+

lootThreshold

tinyint(3)

unsigned

 

@@ -161,7 +161,7 @@ This table holds basic info about groups.   -

groupType

+

groupType

tinyint(3)

unsigned

  -- cgit