You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
346 B
10 lines
346 B
|
5 years ago
|
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.blizzard.com/wow/ui/">
|
||
|
|
<GameTooltip name="ConROScanningTooltip" inherits="GameTooltipTemplate">
|
||
|
|
<Scripts>
|
||
|
|
<Onload>
|
||
|
|
self:SetOwner(WorldFrame, "ANCHOR_NONE");
|
||
|
|
</Onload>
|
||
|
|
</Scripts>
|
||
|
|
</GameTooltip>
|
||
|
|
</Ui>
|
||
|
|
|