mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/WorldStates: Migrate war mode bonus value worldstates to new system
This commit is contained in:
4
sql/updates/world/master/2022_07_01_00_world.sql
Normal file
4
sql/updates/world/master/2022_07_01_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user