Mercurial > wow > askmrrobot
view AskMrRobot.xml @ 33:4ba69d2ee252 v9
fixed bug with gem changes not appearing sometimes, mainWindow crash on
startup, lua error for unknown item tooltips
author | yellowfive |
---|---|
date | Sat, 18 Oct 2014 18:13:55 -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>