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
-14
View File
@@ -483,20 +483,6 @@ namespace Game.Network.Packets
}
}
class DFSetComment : ClientPacket
{
public DFSetComment(WorldPacket packet) : base(packet) { }
public override void Read()
{
Ticket.Read(_worldPacket);
Comment = _worldPacket.ReadString(_worldPacket.ReadBits<uint>(9));
}
public RideTicket Ticket;
public string Comment;
}
class DFSetRoles : ClientPacket
{
public DFSetRoles(WorldPacket packet) : base(packet) { }