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

Reviewed-on: CiscOH/Bastion#3
fix_getauradatabyaurainstanceid
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 if type(x) == 'table' then
x, y, z = x.x, x.y, x.z x, y, z = x.x, x.y, x.z
end end
if IsItemPending() == 64 then if IsSpellPending() == 64 then
MouselookStop() MouselookStop()
Click(x, y, z) Click(x, y, z)
if self:GetWasLooking() then if self:GetWasLooking() then

Loading…
Cancel
Save