vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/"> 
   <Script file="Magellan.lua"/> 
   <!-- Frame to handle all core events --> 
   <Frame name="Magellan"> 
      <Scripts> 
         <OnLoad> 
            Magellan_Init(GetMapContinents());
         </OnLoad> 
         <OnEvent> 
            Magellan_OnEvent(); 
         </OnEvent> 
      </Scripts> 
   </Frame> 
</Ui>

Generated by GNU Enscript 1.6.5.90.