Core: Updated to 11.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/f9bf082be962d45de79f936d625f644253e9b810)
This commit is contained in:
@@ -265,7 +265,7 @@ namespace Game.Networking.Packets
|
||||
{
|
||||
Ticket.Write(_worldPacket);
|
||||
|
||||
_worldPacket.WriteUInt8(Result);
|
||||
_worldPacket.WriteInt32(Result);
|
||||
_worldPacket.WriteUInt8(ResultDetail);
|
||||
_worldPacket.WriteInt32(BlackList.Count);
|
||||
_worldPacket.WriteInt32(BlackListNames.Count);
|
||||
@@ -282,7 +282,7 @@ namespace Game.Networking.Packets
|
||||
}
|
||||
|
||||
public RideTicket Ticket = new();
|
||||
public byte Result;
|
||||
public int Result;
|
||||
public byte ResultDetail;
|
||||
public List<LFGBlackListPkt> BlackList = new();
|
||||
public List<string> BlackListNames = new();
|
||||
|
||||
Reference in New Issue
Block a user