Skip to content

Commit

Permalink
fix mythic nerubian palace not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodsderechte committed Nov 22, 2024
1 parent 92b50b9 commit dd0e00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/InstanceIDList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GFIO.RAIDS = {
difficulty = 2, -- heroic
shortName = "Nerub-ar (HC)"
},
[1507] = {
[1504] = {
id = 14980, -- Nerub-ar Palace
difficulty = 3, -- mythic
shortName = "Nerub-ar (M)"
Expand Down Expand Up @@ -374,7 +374,7 @@ GFIO.DUNGEONS = {
}

GFIO.ACTIVITY_ORDER = {
[1507] = 11030, -- Nerubian palace mythic
[1504] = 11030, -- Nerubian palace mythic
[1506] = 11020, -- Nerubian palace heroic
[1505] = 11010, -- Nerubian palace normal
[1289] = 11000, -- Worldboss TheWarWithin (order is Majorpatch in front so 11000 for 11.0)
Expand Down

0 comments on commit dd0e00f

Please sign in to comment.