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:
jackpoz
2015-02-05 21:31:50 +01:00
parent 9db2e6dbbe
commit 919ab9157e
2 changed files with 19 additions and 0 deletions

View File

@@ -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`
--