Thread: Honor Tracking
View Single Post
02-07-17, 03:13 PM   #8
briskman3000
A Flamescale Wyrmkin
 
briskman3000's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 108
Originally Posted by Fizzlemizz View Post
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?
Its all lua

I was thinking about moving the initial creates to LOGIN, but am at work and can't test that atm.

GitHub Link for code
  Reply With Quote