vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<!--
        GoodInspect increases inspect range and allows inspection of opposing faction members.
        also adds guild info to inspect window a la your character sheet.
        version 1.0.4 by usea - 2005
-->
<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">
        <Script file="goodinspect.lua"/>
        <Frame name="GoodInspectFrame" parent="UIParent" hidden="false">
                <Scripts>
                        <OnLoad>
                                this:RegisterEvent("VARIABLES_LOADED");
                        </OnLoad>
                        <OnEvent>
                                if(event == "VARIABLES_LOADED") then GoodInspect_OnLoad(); end
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>