aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-07-01 15:19:31 +0200
committerShauren <shauren.trinity@gmail.com>2022-07-01 15:19:31 +0200
commit4ac86c13d2b00817c9213ca2c22b747d3fff454e (patch)
treec40dab4bf4ef1211a91e0f5215de2e6ade95901e /sql
parentcfca26c2641f684533e07d9933ba1f31e5ef8204 (diff)
Core/WorldStates: Migrate war mode bonus value worldstates to new system
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_07_01_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_07_01_00_world.sql b/sql/updates/world/master/2022_07_01_00_world.sql
new file mode 100644
index 00000000000..a66e2d3ea38
--- /dev/null
+++ b/sql/updates/world/master/2022_07_01_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `world_state` WHERE `ID` IN (17042,17043);
+INSERT INTO `world_state` (`ID`,`DefaultValue`,`MapIDs`,`AreaIDs`,`Comment`) VALUES
+(17042,10,NULL,NULL,'Horde War Mode bonus'),
+(17043,10,NULL,NULL,'Alliance War Mode bonus');