Skip to content

Commit a4cdedf

Browse files
DB/WorldState: Named active Awakened raid worldstate for Dragonflight (#31848)
1 parent 8915d3d commit a4cdedf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)