Core/WorldStates: Migrate pvp season worldstates to new system
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f601f53b8374ead5a6a8b734054ea623f74c24e)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
UPDATE `world_state` SET `Comment`='Battlegrounds - Horde bases' WHERE `ID`=1778;
|
||||
UPDATE `world_state` SET `Comment`='Battlegrounds - Alliance bases' WHERE `ID`=1779;
|
||||
|
||||
DELETE FROM `world_state` WHERE `ID` IN (3191,3901);
|
||||
INSERT INTO `world_state` (`ID`,`DefaultValue`,`MapIDs`,`AreaIDs`,`ScriptName`,`Comment`) VALUES
|
||||
(3191,0,NULL,NULL,'','PvpSeason - Current season ID'),
|
||||
(3901,0,NULL,NULL,'','PvpSeason - Previous season ID');
|
||||
Reference in New Issue
Block a user