diff options
author | TDB Release <tdb-release@build.bot> | 2020-07-15 10:37:16 +0000 |
---|---|---|
committer | TDB Release <tdb-release@build.bot> | 2020-07-15 10:37:16 +0000 |
commit | d974800e9d1e393ce3459ed8be4f4bd9defcc8f3 (patch) | |
tree | 8f36029094ff86deaf42e0d0b52199c5502c6f29 /sql/base | |
parent | 202fd41389973322f63186fd8e5a368fce3e1b04 (diff) |
TDB 335.20071 - 2020/07/15TDB335.20071
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/auth_database.sql | 7 | ||||
-rw-r--r-- | sql/base/characters_database.sql | 5 | ||||
-rw-r--r-- | sql/base/dev/world_database.sql | 37 |
3 files changed, 36 insertions, 13 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index c66c207842a..ec0018bb2b1 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -72,7 +72,7 @@ CREATE TABLE `account_access` ( `AccountID` int(10) unsigned NOT NULL, `SecurityLevel` tinyint(3) unsigned NOT NULL, `RealmID` int(11) NOT NULL DEFAULT '-1', - `Comment` VARCHAR(255) DEFAULT NULL, + `Comment` varchar(255) DEFAULT NULL, PRIMARY KEY (`AccountID`,`RealmID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -1965,7 +1965,8 @@ INSERT INTO `updates` VALUES ('2020_04_18_00_auth.sql','BD962B50760771B60F2785027D6957EEF2009240','ARCHIVED','2020-04-18 14:09:28',0), ('2020_05_15_00_auth.sql','765389B45F97A02160A58B373D63166F7F7D4427','ARCHIVED','2020-05-15 08:55:56',0), ('2020_06_15_00_auth.sql','3158036285CC9A4AB7D39063F9687649A21D0A94','ARCHIVED','2020-06-15 07:48:08',0), -('2020_06_20_00_auth.sql','85345FAF20B91DA7B157AE1E17DF5B6446C2E109','ARCHIVED','2020-06-11 10:48:00',0); +('2020_06_20_00_auth.sql','85345FAF20B91DA7B157AE1E17DF5B6446C2E109','ARCHIVED','2020-06-11 10:48:00',0), +('2020_07_15_00_auth.sql','56748440894EA78C3BE72C4A3F2E97E256E6EE40','ARCHIVED','2020-07-15 10:35:41',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; @@ -2067,4 +2068,4 @@ SET character_set_client = @saved_cs_client; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-06-15 7:48:11 +-- Dump completed on 2020-07-15 10:35:47 diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 0fdf198928d..a4c97454ac2 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -2646,7 +2646,8 @@ INSERT INTO `updates` VALUES ('2020_03_16_00_characters.sql','A38437DA80F6A5D35958A09CFC74EE1CDC465BA8','ARCHIVED','2020-03-16 08:47:49',0), ('2020_04_15_00_characters.sql','61F7DE3B81C7E479FFF9463A39DF568826926F39','ARCHIVED','2020-04-15 11:03:56',0), ('2020_05_15_00_characters.sql','F1C2FECAA4EB623560914E7758E0BB8364CA135A','ARCHIVED','2020-05-15 08:55:56',0), -('2020_06_15_00_characters.sql','99C4F85580421E928003380D8F992C4EF5E627DF','ARCHIVED','2020-06-15 07:48:08',0); +('2020_06_15_00_characters.sql','99C4F85580421E928003380D8F992C4EF5E627DF','ARCHIVED','2020-06-15 07:48:08',0), +('2020_07_15_00_characters.sql','D87627DC6E4D222F68A1F56F0B3B986EF9A590EF','ARCHIVED','2020-07-15 10:35:41',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; @@ -2813,4 +2814,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-06-15 7:48:11 +-- Dump completed on 2020-07-15 10:35:47 diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index cfa61dc118c..81aeed2142f 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -175,6 +175,20 @@ CREATE TABLE `areatrigger_teleport` ( /*!40101 SET character_set_client = @saved_cs_client */; -- +-- Table structure for table `battlefield_template` +-- + +DROP TABLE IF EXISTS `battlefield_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `battlefield_template` ( + `TypeId` tinyint(3) unsigned NOT NULL, + `ScriptName` varchar(64) NOT NULL DEFAULT '', + `comment` text +) ENGINE=MyISAM DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- -- Table structure for table `battleground_template` -- @@ -775,7 +789,7 @@ CREATE TABLE `creature_text_locale` ( `ID` tinyint(3) unsigned NOT NULL DEFAULT '0', `Locale` varchar(4) NOT NULL, `Text` text, - PRIMARY KEY (`CreatureID`,`GroupID`,`ID`) + PRIMARY KEY (`CreatureID`,`GroupID`,`ID`,`Locale`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -836,7 +850,8 @@ CREATE TABLE `event_scripts` ( `x` float NOT NULL DEFAULT '0', `y` float NOT NULL DEFAULT '0', `z` float NOT NULL DEFAULT '0', - `o` float NOT NULL DEFAULT '0' + `o` float NOT NULL DEFAULT '0', + `Comment` varchar(255) NOT NULL DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -920,9 +935,9 @@ DROP TABLE IF EXISTS `game_event_battleground_holiday`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `game_event_battleground_holiday` ( - `eventEntry` tinyint(3) unsigned NOT NULL COMMENT 'Entry of the game event', - `bgflag` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`eventEntry`) + `EventEntry` tinyint(3) unsigned NOT NULL COMMENT 'game_event EventEntry identifier', + `BattlegroundID` int(3) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`EventEntry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -1350,6 +1365,10 @@ CREATE TABLE `gameobject_template_addon` ( `flags` int(10) unsigned NOT NULL DEFAULT '0', `mingold` mediumint(8) unsigned NOT NULL DEFAULT '0', `maxgold` mediumint(8) unsigned NOT NULL DEFAULT '0', + `artkit0` int(11) NOT NULL DEFAULT '0', + `artkit1` int(11) NOT NULL DEFAULT '0', + `artkit2` int(11) NOT NULL DEFAULT '0', + `artkit3` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -2442,7 +2461,7 @@ CREATE TABLE `pool_members` ( `type` smallint(10) unsigned NOT NULL, `spawnId` int(10) unsigned NOT NULL, `poolSpawnId` int(10) unsigned NOT NULL, - `chance` double unsigned NOT NULL, + `chance` float NOT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`type`,`spawnId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; @@ -3516,7 +3535,8 @@ CREATE TABLE `spell_scripts` ( `x` float NOT NULL DEFAULT '0', `y` float NOT NULL DEFAULT '0', `z` float NOT NULL DEFAULT '0', - `o` float NOT NULL DEFAULT '0' + `o` float NOT NULL DEFAULT '0', + `Comment` varchar(255) NOT NULL DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -3833,6 +3853,7 @@ CREATE TABLE `waypoint_scripts` ( `z` float NOT NULL DEFAULT '0', `o` float NOT NULL DEFAULT '0', `guid` int(11) NOT NULL DEFAULT '0', + `Comment` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`guid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -3864,4 +3885,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-06-15 7:48:12 +-- Dump completed on 2020-07-15 10:35:48 |