Core/WorldStates: Migrate war mode bonus value worldstates to new system

This commit is contained in:
Shauren
2022-07-01 15:19:31 +02:00
parent cfca26c264
commit 4ac86c13d2
6 changed files with 51 additions and 43 deletions

View File

@@ -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');