view AskMrRobot.xml @ 39:561cf98ced21 v12

fixed issue with import not recognizing some items
author yellowfive
date Wed, 22 Oct 2014 00:28:30 -0700
parents ec731d2fe6ba
children
line wrap: on
line source
<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">
  <GameTooltip name="MyScanningTooltip" inherits="GameTooltipTemplate">
   <Scripts>
     <Onload>
       self:SetOwner(WorldFrame, "ANCHOR_NONE");
     </Onload>
   </Scripts>
 </GameTooltip>
</Ui>