diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-07-11 16:15:07 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-07-11 16:15:07 +0200 |
commit | 020166649dd5afb94dddbfcc990d4bb51e231ab1 (patch) | |
tree | da12cbd9de8fe174d74fb52a8fd26964f30a2b08 /sql | |
parent | 36ff703df55704265a28e28f4ea9f9cdcb54e85c (diff) |
Core/WorldStates: Migrate battleground HolidayWorldState to new system
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_07_11_01_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_07_11_01_world.sql b/sql/updates/world/master/2022_07_11_01_world.sql new file mode 100644 index 00000000000..b83efb383cf --- /dev/null +++ b/sql/updates/world/master/2022_07_11_01_world.sql @@ -0,0 +1,13 @@ +DELETE FROM `world_state` WHERE `ID` IN (1941,1942,1943,2851,3695,4273,5360,5361,6306,6436,7671); +INSERT INTO `world_state` (`ID`,`DefaultValue`,`MapIDs`,`AreaIDs`,`ScriptName`,`Comment`) VALUES +(1941,0,NULL,NULL,'','Battleground Call to Arms - Alterac Valley'), +(1942,0,NULL,NULL,'','Battleground Call to Arms - Warsong Gulch'), +(1943,0,NULL,NULL,'','Battleground Call to Arms - Arathi Basin'), +(2851,0,NULL,NULL,'','Battleground Call to Arms - Eye of the Storm'), +(3695,0,NULL,NULL,'','Battleground Call to Arms - Strand of the Ancients'), +(4273,0,NULL,NULL,'','Battleground Call to Arms - Isle of Conquest'), +(5360,0,NULL,NULL,'','Battleground Call to Arms - The Battle for Gilneas'), +(5361,0,NULL,NULL,'','Battleground Call to Arms - Twin Peaks'), +(6306,0,NULL,NULL,'','Battleground Call to Arms - Temple of Kotmogu'), +(6436,0,NULL,NULL,'','Battleground Call to Arms - Silvershard Mines'), +(7671,0,NULL,NULL,'','Battleground Call to Arms - Deepwind Gorge (Legacy)'); |