aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_07_11_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_07_11_02_world.sql b/sql/updates/world/master/2022_07_11_02_world.sql
new file mode 100644
index 00000000000..136c8958bb4
--- /dev/null
+++ b/sql/updates/world/master/2022_07_11_02_world.sql
@@ -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');