mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Disable recently added at master CMSG_CALENDAR_GET_CALENDAR sent, not compatiable with client.
This commit is contained in:
parent
7cefa74f8b
commit
661cc9bf5b
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ void WorldSession::HandleCalendarGetCalendar(WorldPacket &recv_data)
|
|||
{
|
||||
sLog.outDebug("WORLD: CMSG_CALENDAR_GET_CALENDAR");
|
||||
recv_data.hexlike();
|
||||
|
||||
/* not compatible with 3.0.8? client crash at receive... :(
|
||||
time_t cur_time = time(NULL);
|
||||
|
||||
WorldPacket data(SMSG_CALENDAR_SEND_CALENDAR,4+4*0+4+4*0+4+4);
|
||||
|
|
@ -68,6 +68,7 @@ void WorldSession::HandleCalendarGetCalendar(WorldPacket &recv_data)
|
|||
sLog.outDebug("Sending calendar");
|
||||
//data.hexlike();
|
||||
SendPacket(&data);
|
||||
*/
|
||||
}
|
||||
|
||||
void WorldSession::HandleCalendarGetEvent(WorldPacket &recv_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue