From bfdd70359db491381a46f360b9db47cdec7e8a67 Mon Sep 17 00:00:00 2001 From: 4n0n <4n0n@tinkr.site> Date: Tue, 15 Aug 2023 08:57:28 -0500 Subject: [PATCH] Fix typo --- src/Item/Item.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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