Files
aux-addon-ClassicAPI/Core.xml
T
2015-09-09 21:58:42 +02:00

19 lines
443 B
XML

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="Core.lua"/>
<!-- Frame to handle all core events -->
<Frame>
<Scripts>
<OnLoad>
this:RegisterEvent("VARIABLES_LOADED")
this:RegisterEvent("ADDON_LOADED")
this:RegisterEvent("AUCTION_HOUSE_SHOW")
this:RegisterEvent("AUCTION_HOUSE_CLOSED")
</OnLoad>
<OnEvent>
Auctionator_OnEvent()
</OnEvent>
</Scripts>
</Frame>
</Ui>