Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: MunkDev
Forum: Lua/XML Help 03-02-18, 05:39 PM
Replies: 3
Views: 3,427
Posted By MunkDev
Try this. local function...

Try this.
local function InMeleeRange(unit)
local guid = UnitGUID(unit)
return guid and select(2, CanLootUnit(guid))
end
Showing results 1 to 1 of 1