diff options
| -rw-r--r-- | sql/updates/world/master/2024_09_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_20_00_world.sql b/sql/updates/world/master/2024_09_20_00_world.sql new file mode 100644 index 00000000000..ea42cb0b070 --- /dev/null +++ b/sql/updates/world/master/2024_09_20_00_world.sql @@ -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'); |
