diff --git a/src/Item/Item.lua b/src/Item/Item.lua index fe0d8ef..5a68e98 100644 --- a/src/Item/Item.lua +++ b/src/Item/Item.lua @@ -239,7 +239,7 @@ function Item:Click(x, y, z) if type(x) == 'table' then x, y, z = x.x, x.y, x.z end - if IsItemPending() == 64 then + if IsSpellPending() == 64 then MouselookStop() Click(x, y, z) if self:GetWasLooking() then