From 24e93363d9d272beae0e1f7e51e81d8ae9762ed2 Mon Sep 17 00:00:00 2001 From: Lag Date: Wed, 13 Apr 2022 20:38:07 +0200 Subject: [PATCH] typo --- AtlasLootClassic/Button/Item_type.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtlasLootClassic/Button/Item_type.lua b/AtlasLootClassic/Button/Item_type.lua index 08405375..c68edc10 100644 --- a/AtlasLootClassic/Button/Item_type.lua +++ b/AtlasLootClassic/Button/Item_type.lua @@ -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)