This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Like Dracula suggested in the Curse comments, but never opened a ticket about it:Suggestion #1, add the guild rank in players' tooltips with 2 minor changes:
[TinyTipBasic.lua, line 71]Replace with:local guildName, guildRank = GetGuildInfo(unit)
[TinyTipBasic.lua, line 203]Replace with:guildLine:SetText( "<" .. guildLine:GetText().. "> |cFF808080" .. guildRank .. "|r" )
To post a comment, please login or register a new account.