Skip to content

Commit

Permalink
Fix Fist Weapons no longer being considered usable to everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Sep 18, 2022
1 parent 04c539b commit 1d6cfde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ItemCache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ do
local subArmor = Enum.ItemArmorSubclass
local usableTypes = Addon:MakeLookupTable({weapon, armor}, function() return {} end)

usableTypes[weapon][subWeapon.Unarmed] = Addon:MakeLookupTable{ID.DRUID, ID.HUNTER, ID.ROGUE, ID.SHAMAN, ID.WARRIOR} -- Fist Weapons
usableTypes[weapon][subWeapon.Axe1H] = Addon:MakeLookupTable{ID.DEATHKNIGHT, ID.HUNTER, ID.PALADIN, ID.ROGUE, ID.SHAMAN, ID.WARRIOR}
usableTypes[weapon][subWeapon.Axe2H] = Addon:MakeLookupTable{ID.DEATHKNIGHT, ID.HUNTER, ID.PALADIN, ID.SHAMAN, ID.WARRIOR}
usableTypes[weapon][subWeapon.Bows] = Addon:MakeLookupTable{ID.HUNTER, ID.ROGUE, ID.WARRIOR}
Expand Down

0 comments on commit 1d6cfde

Please sign in to comment.