8 - Guild rank.
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" )
| User | When | Change |
|---|---|---|
| texke | Dec 31, 2009 at 21:14 UTC | Create |