mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
SQL: Make sure the correct world db is select when executing SQL update scripts
Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434).
Issue added in df444890da
This commit is contained in:
@@ -3769,6 +3769,8 @@ CREATE TABLE `version` (
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Version Notes';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
INSERT INTO `version` (`core_version`) VALUES ('');
|
||||
|
||||
--
|
||||
-- Table structure for table `warden_checks`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user