WoWInterface SVN ColoredTooltips

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

ColoredTooltips/ColoredTooltips.lua
71,7 → 71,7
changed = true;
end
if (ColoredTooltips_Config["GUILD"] == 1) then
-- set tooltip bg to a diffrent color for guild members
-- set tooltip bg to a different color for guild members
local playerGuild = GetGuildInfo("Player");
-- if the player is in a guild, and the 'type' is in the same guild
if (playerGuild and playerGuild ~= "" and GetGuildInfo(unit) == playerGuild) then