We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8915d3d commit a4cdedfCopy full SHA for a4cdedf
1 file changed
sql/updates/world/master/2026_05_17_00_world.sql
@@ -0,0 +1,4 @@
1
+-- Worldstate for Awakened raids in Dragonflight
2
+DELETE FROM `world_state` WHERE `ID` = 25589;
3
+INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES
4
+(25589, 0, NULL, NULL, '', 'Dragonflight - Active Awakened raid');
0 commit comments