View Single Post
01-17-15, 02:49 AM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Your addon needs to wait until the Blizzard_GuildUI loads. The simplest method would be to add this in your TOC file:

Code:
## LoadOnDemand: 1
## LoadWith: Blizzard_GuildUI
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote