DB/WorldStates: Added worldstate to enable BfA mythic dungeons

This commit is contained in:
ModoX
2024-09-20 02:47:32 +02:00
parent 33507e0107
commit e1eeca994a

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `world_state` WHERE `ID`=16474;
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES
(16474, 1, NULL, NULL, '', 'Battle for Azeroth - Enable Mythic Dungeons');