Skip to content

Commit

Permalink
Fix Instance Size Type load option for Molten Core & Onyxia on SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds authored and InfusOnWoW committed Sep 16, 2024
1 parent e739a7a commit 76481c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion WeakAuras/Types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3900,7 +3900,15 @@ Private.difficulty_info = {
[176] = {
size = "twentyfive",
difficulty = "heroic",
}
},
[186] = {
size = "fortyman",
difficulty = "normal",
},
[226] = {
size = "twenty",
difficulty = "normal",
},
}

Private.glow_types = {
Expand Down

0 comments on commit 76481c5

Please sign in to comment.