Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-05-16, 12:21 AM   #1
dragonflyy
An Aku'mai Servant
 
dragonflyy's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 32
Addon loading priority

I have an addon that has a button that heals battle pets. I wanted to use the pre-built tooltip using
Code:
	pbjheal:SetScript("OnEnter", PetJournalHealPetButton_OnEnter)
	pbjheal:SetScript("OnLeave", GameTooltip_Hide)
So, it doesn't work. My addon is loading before Blizzard_PetCollection. I added Blizzard_PetCollection to my dependencies and it worked, except I would get an error saying Blizzard_Wardrobe is nil. Tried adding that to my dependencies and then my addon wouldn't load at all (no error).

So my question is, is there a way to load my addon after Blizzard_PetCollection is loaded?
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Addon loading priority


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off