From e1effd961dee05420d19699eeac8e2bb2585c237 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 11 Jul 2022 21:32:16 +0200 Subject: Core/WorldStates: Migrate remaining hardcoded worldstates from Player::SendInitWorldStates to new system --- sql/updates/world/master/2022_07_11_03_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2022_07_11_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_07_11_03_world.sql b/sql/updates/world/master/2022_07_11_03_world.sql new file mode 100644 index 00000000000..6c457f85bc8 --- /dev/null +++ b/sql/updates/world/master/2022_07_11_03_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `world_state` WHERE `ID` IN (2259,2260,2261,2262,2263,2264); +INSERT INTO `world_state` (`ID`,`DefaultValue`,`MapIDs`,`AreaIDs`,`ScriptName`,`Comment`) VALUES +(2259,0,NULL,NULL,'','Scourge Invasion - Winterspring Under Attack'), +(2260,0,NULL,NULL,'','Scourge Invasion - Azshara Under Attack'), +(2261,0,NULL,NULL,'','Scourge Invasion - Blasted Lands Under Attack'), +(2262,0,NULL,NULL,'','Scourge Invasion - Burning Steppes Under Attack'), +(2263,0,NULL,NULL,'','Scourge Invasion - Tanaris Under Attack'), +(2264,0,NULL,NULL,'','Scourge Invasion - Eastern Plaguelands Under Attack'); -- cgit v1.2.3