Skip to content

Commit

Permalink
Scholomance timewalking now properly added to the Classic listing of …
Browse files Browse the repository at this point in the history
…the Dungeon (fixes #1667)
  • Loading branch information
ImUnicke committed Dec 30, 2024
1 parent f371dff commit 44c5189
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .contrib/Parser/DATAS/21 - Holidays/Timewalking.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4924,10 +4924,13 @@ AddInstancesToRotation(EXPANSION.MOP, {
302, -- Stormstout Brewery
313, -- Temple of the Jade Serpent

-- #if BEFORE 9.1.5
324, -- Siege of Niuzao Temple
-- #endif
});
AddInstancesToRotation(EXPANSION.CLASSIC, {
-- #if AFTER 9.1.5
246, -- Scholomance
-- #else
324, -- Siege of Niuzao Temple
-- #endif
});

Expand Down

0 comments on commit 44c5189

Please sign in to comment.