Merge pull request 'main' (#3) from Bastion/Bastion:main into main

Reviewed-on: #3
pull/1/head
CiscOH 1 year ago
commit 5dc90ce113
  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