mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
TDB 335.20061 - 2020/06/15
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user