Skip to content

Commit

Permalink
Merge pull request #775 from WowRarity/774-evoker-class-restriction
Browse files Browse the repository at this point in the history
Fix up disableForClass entries for Dracthyr Evokers
  • Loading branch information
rdw-software authored Sep 25, 2024
2 parents 4b65122 + a7cbca7 commit 7146ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DB/Toys/Legion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ local legionToys = {
["SHAMAN"] = true,
["WARLOCK"] = true,
["WARRIOR"] = true,
["EVOKER"] = true,
},
coords = { { m = 772, i = true } },
},
Expand Down
1 change: 1 addition & 0 deletions DB/Toys/WarlordsOfDraenor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ local wodToys = {
["SHAMAN"] = true,
["WARLOCK"] = true,
["WARRIOR"] = true,
["EVOKER"] = true,
},
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
Expand Down

0 comments on commit 7146ed4

Please sign in to comment.