annotate AskMrRobot.xml @ 45:1851d0fd18fa
v15
fixed an issue with shopping tab enchant links not working on AH
author |
yellowfive |
date |
Sat, 01 Nov 2014 22:51:36 -0700 |
parents |
ec731d2fe6ba |
children |
|
rev |
line source |
adam@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/..\FrameXML\UI.xsd">
|
adam@0
|
2 <GameTooltip name="MyScanningTooltip" inherits="GameTooltipTemplate">
|
adam@0
|
3 <Scripts>
|
adam@0
|
4 <Onload>
|
adam@0
|
5 self:SetOwner(WorldFrame, "ANCHOR_NONE");
|
adam@0
|
6 </Onload>
|
adam@0
|
7 </Scripts>
|
adam@0
|
8 </GameTooltip>
|
adam@0
|
9 </Ui>
|