Skip to content

Commit

Permalink
2handed should be disabled for offhand not ranged
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer Jaarsma committed Sep 19, 2022
1 parent 91de7c2 commit 95223f1
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 @@ -398,7 +398,7 @@ function ItemRack.UpdateClassSpecificStuff()
ItemRack.SlotInfo[17].INVTYPE_2HWEAPON = 1
else
ItemRack.HasTitansGrip = nil
ItemRack.SlotInfo[18].INVTYPE_2HWEAPON = nil
ItemRack.SlotInfo[17].INVTYPE_2HWEAPON = nil
end
end

Expand Down

0 comments on commit 95223f1

Please sign in to comment.