annotate AskMrRobot.xml @ 21:a400b906acca v4

Version 4: fixed an issue with the bank. Added Void Storage. Added Reagent Bank. Also removed stackable items from the export string
author Adam tegen <adam.tegen@gmail.com>
date Wed, 15 Oct 2014 08:38:53 -0500
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>