pull/16/head
4n0n 1 year ago
parent 5472aa1998
commit bfdd70359d
  1. 2
      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

Loading…
Cancel
Save