Skip to content

Commit

Permalink
Update TitanSocial.lua
Browse files Browse the repository at this point in the history
Added fix for cross-realm names from Elandril
  • Loading branch information
solocommand committed Apr 27, 2015
1 parent 2dde419 commit cce928a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TitanSocial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -948,12 +948,13 @@ local function processGuildMember(i, isRemote, tooltip)

local name, rank, rankIndex, level, class, zone, note, officerNote, online, playerStatus, classFileName, achievementPoints, achievementRank, isMobile = GetGuildRosterInfo(i)

local origname = name
name = Ambiguate(name, "guild")

local check = getGroupIndicator(name)

-- fix name
local origname = name
-- local origname = name
if name == "" then
name = "Unknown"
end
Expand Down

0 comments on commit cce928a

Please sign in to comment.