Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Apr 13, 2022
1 parent d65d7ed commit 24e9336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AtlasLootClassic/Button/Item_type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function Item.ShowQuickDressUp(itemLink, ttFrame)
frame:SetCamDistanceScale(1)
frame:SetUnit("player")
local info = {GetItemInfo(itemLink)}
if not (info[9] == "INVTYPE_CLOAK") then
if info[9] ~= "INVTYPE_CLOAK" then
frame:SetRotation(frame.curRotation)
else
frame:SetRotation(frame.curRotation + math.pi)
Expand Down

0 comments on commit 24e9336

Please sign in to comment.