Core/PacketIO: Fixed TransfertAbort size for SMSG_TRANSFER_ABORTED
Port From (https://github.com/TrinityCore/TrinityCore/commit/53dcc8f053ef3cb994863984e405c3d2540c3d27)
This commit is contained in:
@@ -604,7 +604,7 @@ namespace Game.Networking.Packets
|
|||||||
_worldPacket.WriteUInt32(MapID);
|
_worldPacket.WriteUInt32(MapID);
|
||||||
_worldPacket.WriteUInt8(Arg);
|
_worldPacket.WriteUInt8(Arg);
|
||||||
_worldPacket.WriteUInt32(MapDifficultyXConditionID);
|
_worldPacket.WriteUInt32(MapDifficultyXConditionID);
|
||||||
_worldPacket.WriteBits(TransfertAbort, 5);
|
_worldPacket.WriteBits(TransfertAbort, 6);
|
||||||
_worldPacket.FlushBits();
|
_worldPacket.FlushBits();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user