LFG: Drop comment field, it no longer exists in packets
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Game.Chat
|
||||
var dungeons = Global.LFGMgr.GetSelectedDungeons(guid);
|
||||
|
||||
handler.SendSysMessage(CypherStrings.LfgPlayerInfo, player.GetName(), Global.LFGMgr.GetState(guid), dungeons.Count, LFGQueue.ConcatenateDungeons(dungeons),
|
||||
LFGQueue.GetRolesString(Global.LFGMgr.GetRoles(guid)), Global.LFGMgr.GetComment(guid));
|
||||
LFGQueue.GetRolesString(Global.LFGMgr.GetRoles(guid)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user