Skip to content

Commit

Permalink
Druids can no longer use polearms in Era
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jul 18, 2024
1 parent 2d9d299 commit 1678830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ItemCache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ do


if Addon.expansionLevel <= Addon.expansions.tbc then
usableTypes[weapon][subWeapon.Axe1H][ID.ROGUE] = nil

-- druids can now use polearms in era
-- usableTypes[weapon][subWeapon.Polearm][ID.DRUID] = nil
usableTypes[weapon][subWeapon.Axe1H][ID.ROGUE] = nil
if not Addon.isSoD then
usableTypes[weapon][subWeapon.Polearm][ID.DRUID] = nil
end
end

local dualWielders = Addon:MakeLookupTable{ID.DEATHKNIGHT, ID.HUNTER, ID.ROGUE, ID.SHAMAN, ID.WARRIOR}
Expand Down

0 comments on commit 1678830

Please sign in to comment.