mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Cleanup Operator padding
This commit is contained in:
parent
9141299127
commit
e32b9953a1
264 changed files with 6715 additions and 6715 deletions
|
|
@ -30,7 +30,7 @@ void WorldSession::HandleCalendarGetCalendar(WorldPacket& /*recv_data*/)
|
|||
|
||||
time_t cur_time = time(NULL);
|
||||
|
||||
WorldPacket data(SMSG_CALENDAR_SEND_CALENDAR, 4+4*0+4+4*0+4+4);
|
||||
WorldPacket data(SMSG_CALENDAR_SEND_CALENDAR, 4 + 4 * 0 + 4 + 4 * 0 + 4 + 4);
|
||||
|
||||
// TODO: calendar invite event output
|
||||
data << (uint32) 0; // invite node count
|
||||
|
|
@ -59,7 +59,7 @@ void WorldSession::HandleCalendarGetCalendar(WorldPacket& /*recv_data*/)
|
|||
}
|
||||
}
|
||||
}
|
||||
data.put<uint32>(p_counter,counter);
|
||||
data.put<uint32>(p_counter, counter);
|
||||
|
||||
data << (uint32) 1135753200; // base date (28.12.2005 12:00)
|
||||
data << (uint32) 0; // raid reset count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue