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