Thread: Honor Tracking
View Single Post
02-07-17, 02:25 PM   #7
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Probably need to see all the code but PLAYER_ENTERING_WORLD fires every time you see a loading screen so this at least will create duplicates (overwrites).

Try creating at PLAYER_LOGIN or just in the main chunk which will create things as your addon is loaded.

Is the base of the frame created using lua or XML?
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 02-07-17 at 02:29 PM.
  Reply With Quote