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
@@ -86,7 +86,7 @@ namespace Game
}
Global.LFGMgr.JoinLfg(GetPlayer(), dfJoin.Roles, newDungeons, dfJoin.Comment);
Global.LFGMgr.JoinLfg(GetPlayer(), dfJoin.Roles, newDungeons);
}
[WorldPacketHandler(ClientOpcodes.DfLeave)]