View Single Post
09-23-14, 09:44 AM   #5
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
Lua Code:
  1. local GUID = UnitGUID("player")
is nil as you can't query the GUID if the addon loads?
I don't know why it does work after reloading the UI (would say it shouldn't ) ... but this could be a hint to your problem.

Last edited by Duugu : 09-23-14 at 09:48 AM.