UI – 修正

●SuperInspect1.91 の修正方法

SuperInspect_UIフォルダーの中にある SuperInspect_UI.xmlファイルの以下のラインを
探してください。(若干違う記述内容の場合もあるようです)
<GameTooltip name="SuperInspect_TT" frameStrata="TOOLTIP"
and ending a few lines below it at </GameTooltip>
下記の記述と入れ替ます。
<GameTooltip name="SuperInspect_TT" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate">
<Scripts>
<OnLoad>
GameTooltip_OnLoad();
this:SetOwner(WorldFrame, "ANCHOR_NONE");
</OnLoad>
</Scripts>
</GameTooltip>

との事です。