18 lines
392 B
XML
18 lines
392 B
XML
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
|
|
|
|
<Script file="core.lua"/>
|
|
|
|
<Frame>
|
|
<Scripts>
|
|
<OnLoad>
|
|
this:RegisterEvent("VARIABLES_LOADED")
|
|
this:RegisterEvent("ADDON_LOADED")
|
|
this:RegisterEvent("AUCTION_HOUSE_SHOW")
|
|
this:RegisterEvent("AUCTION_HOUSE_CLOSED")
|
|
</OnLoad>
|
|
<OnEvent>
|
|
Aux_OnEvent()
|
|
</OnEvent>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui> |