Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
- ..\FrameXML\UI.xsd">
- <Script file="SpellNotifications.lua"/>
- <Frame name="SpellNotifications_Frame">
- <Scripts>
- <OnLoad>
- SpellNotifications_OnLoad(self);
- SpellNotifications_HookErrorsFrame();
- </OnLoad>
- <OnEvent>
- SpellNotifications_OnEvent(event,...);
- </OnEvent>
- </Scripts>
- </Frame>
- </Ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement