Advertisement
Guest User

Untitled

a guest
Sep 13th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. <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/
  2. ..\FrameXML\UI.xsd">
  3.     <Script file="SpellNotifications.lua"/>
  4.     <Frame name="SpellNotifications_Frame">
  5.         <Scripts>
  6.             <OnLoad>
  7.                 SpellNotifications_OnLoad(self);
  8.                 SpellNotifications_HookErrorsFrame();
  9.             </OnLoad>
  10.             <OnEvent>
  11.                 SpellNotifications_OnEvent(event,...);
  12.             </OnEvent>
  13.         </Scripts>
  14.     </Frame>
  15. </Ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement