Core/PacketIO: Fixed structure of SMSG_CALENDAR_RAID_LOCKOUT_UPDATED
Port From (https://github.com/TrinityCore/TrinityCore/commit/4fb59511f92ce775490b2155796853c381035f9e)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user