View Single Post
09-23-14, 09:56 AM   #7
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Yeah, name and/or GUID not being available seems probable. Much data gets downloaded as you login and might not need to be downloaded again when you reload the UI.

Another way to check if the unit is the player is this:
Code:
CombatLog_Object_IsA(flags, COMBATLOG_FILTER_ME)
(don't know if that's anything other than a bit.band?)
__________________
Grab your sword and fight the Horde!

Last edited by Lombra : 09-23-14 at 10:05 AM.