WoWInterface SVN ColoredTooltips

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 15 to Rev 16
    Reverse comparison

Rev 15 → Rev 16

ColoredTooltips/ColoredTooltips.lua
97,7 → 97,7
end
 
if (ColoredTooltips_Config["GUILDLABEL"] == 1) then
local guild, _, _, realm= GetGuildInfo(unit);
local guild, _, _, realm = GetGuildInfo(unit);
if (guild and realm) then
if (GameTooltipTextLeft2:GetText() == guild.."-"..realm and GameTooltipTextLeft2:IsVisible()) then
GameTooltipTextLeft2:Hide();