LFG: Drop comment field, it no longer exists in packets

This commit is contained in:
hondacrx
2017-07-07 23:13:10 -04:00
parent 0437beccfd
commit 81a7609fd4
5 changed files with 12 additions and 58 deletions
+1 -1
View File
@@ -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)));
}
}
}