WoWInterface SVN ColoredTooltips

Compare Revisions

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

Rev 14 → Rev 13

trunk/ColoredTooltips/ColoredTooltips.lua
71,7 → 71,7
changed = true;
end
if (ColoredTooltips_Config["GUILD"] == 1) then
-- set tooltip bg to a different color for guild members
-- set tooltip bg to a diffrent 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