mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
DB/WorldStates: Added worldstate to enable BfA mythic dungeons
This commit is contained in:
4
sql/updates/world/master/2024_09_20_00_world.sql
Normal file
4
sql/updates/world/master/2024_09_20_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user