View Single Post
04-28-08, 01:32 PM   #2
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
i think you want COMBATLOG_OBJECT_AFFILIATION_MINE

edit: or to be more exact

Code:
if CombatLog_Object_IsA(destFlags, COMBATLOG_OBJECT_AFFILIATION_MINE) then
    --destination is either you, your totem, your pet, etc.
end

Last edited by Akryn : 04-28-08 at 01:36 PM.
  Reply With Quote