diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-07-11 21:32:16 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-07-11 21:32:16 +0200 |
| commit | e1effd961dee05420d19699eeac8e2bb2585c237 (patch) | |
| tree | 30d05441bcb389ce59d1e7435862ff6f00ac772e /sql | |
| parent | 5f601f53b8374ead5a6a8b734054ea623f74c24e (diff) | |
Core/WorldStates: Migrate remaining hardcoded worldstates from Player::SendInitWorldStates to new system
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_07_11_03_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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'); |
