TDB 335.20061 - 2020/06/15

This commit is contained in:
TDB Release
2020-06-15 07:50:01 +00:00
parent bbb308f628
commit 3e7b0d6c05
74 changed files with 17 additions and 7 deletions

View File

@@ -573,7 +573,8 @@ CREATE TABLE `creature_summon_groups` (
`position_z` float NOT NULL DEFAULT '0',
`orientation` float NOT NULL DEFAULT '0',
`summonType` tinyint(3) unsigned NOT NULL DEFAULT '0',
`summonTime` int(10) unsigned NOT NULL DEFAULT '0'
`summonTime` int(10) unsigned NOT NULL DEFAULT '0',
`Comment` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -3863,4 +3864,4 @@ CREATE TABLE `waypoints` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2020-05-15 8:56:00
-- Dump completed on 2020-06-15 7:48:12