Core/PacketIO: Fixed structure of SMSG_CALENDAR_RAID_LOCKOUT_UPDATED

Port From (https://github.com/TrinityCore/TrinityCore/commit/4fb59511f92ce775490b2155796853c381035f9e)
This commit is contained in:
hondacrx
2022-08-04 23:02:46 -04:00
parent 8cd4dda8e3
commit ef2ec54321
@@ -625,11 +625,11 @@ namespace Game.Networking.Packets
public override void Write()
{
_worldPacket.WriteUInt32((uint)ServerTime);
_worldPacket.WritePackedTime(ServerTime);
_worldPacket.WriteInt32(MapID);
_worldPacket.WriteUInt32(DifficultyID);
_worldPacket.WriteInt32(NewTimeRemaining);
_worldPacket.WriteInt32(OldTimeRemaining);
_worldPacket.WriteInt32(NewTimeRemaining);
}
public int MapID;