Core/PacketIO: Fixed TransfertAbort size for SMSG_TRANSFER_ABORTED

Port From (https://github.com/TrinityCore/TrinityCore/commit/53dcc8f053ef3cb994863984e405c3d2540c3d27)
This commit is contained in:
hondacrx
2022-05-29 16:24:43 -04:00
parent 4aa4509db0
commit 22d80ebe2d
@@ -604,7 +604,7 @@ namespace Game.Networking.Packets
_worldPacket.WriteUInt32(MapID);
_worldPacket.WriteUInt8(Arg);
_worldPacket.WriteUInt32(MapDifficultyXConditionID);
_worldPacket.WriteBits(TransfertAbort, 5);
_worldPacket.WriteBits(TransfertAbort, 6);
_worldPacket.FlushBits();
}