Parrot 2

Parrot 2

727k Downloads

Hostility checks broken

avi90 opened this issue ยท 2 comments

commented

They are broken because UnitIsFriend() returns true/false now.

ref:

if ref.friendly >= 0 then
local friendly = UnitIsFriend("player", info) or 0
if ref.friendly ~= friendly then
return false
end
end

commented

whoops, fixed this then never pushed it ๐Ÿ˜“

commented

who would have thought that ๐Ÿ˜‚ - thanks!