Skip to content

Commit

Permalink
add iswrath condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer Jaarsma committed Sep 19, 2022
1 parent a737a5a commit 91de7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ItemRack/ItemRack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function ItemRack.UpdateClassSpecificStuff()
ItemRack.CanWearOneHandOffHand = 1
end

if class=="WARRIOR" then
if ItemRack.IsWrath() and class=="WARRIOR" then
if select(5,GetTalentInfo(2,26))>0 then
ItemRack.HasTitansGrip = 1
ItemRack.SlotInfo[17].INVTYPE_2HWEAPON = 1
Expand Down

0 comments on commit 91de7c2

Please sign in to comment.