Skip to content

Commit

Permalink
Fix difficulty filtering for Nerub'ar Palace
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbs authored Sep 14, 2024
1 parent 8f860b3 commit a396bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Activity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ C.ACTIVITY = {
[1383] = { difficulty = 2, category = 2, mapID = 2669, cmID = 0 }, -- City of Threads (Heroic)
[1504] = { difficulty = 3, category = 3, mapID = 2657, cmID = 0 }, -- Nerub-ar Palace (Mythic)
[1505] = { difficulty = 1, category = 3, mapID = 2657, cmID = 0 }, -- Nerub-ar Palace (Normal)
[1506] = { difficulty = 1, category = 3, mapID = 2657, cmID = 0 }, -- Nerub-ar Palace (Heroic)
[1506] = { difficulty = 2, category = 3, mapID = 2657, cmID = 0 }, -- Nerub-ar Palace (Heroic)
[1507] = { difficulty = 1, category = 2, mapID = 2661, cmID = 0 }, -- Cinderbrew Meadery (Normal)
[1508] = { difficulty = 2, category = 2, mapID = 2661, cmID = 0 }, -- Cinderbrew Meadery (Heroic)
[1509] = { difficulty = 3, category = 2, mapID = 2661, cmID = 0 }, -- Cinderbrew Meadery (Mythic)
Expand Down

0 comments on commit a396bf4

Please sign in to comment.