mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Switch to support client 3.0.8a (build 3506)
Merge commit 'origin/308'
This commit is contained in:
commit
0fd361a0a3
11 changed files with 120 additions and 63 deletions
|
|
@ -24,8 +24,6 @@
|
|||
#include "Opcodes.h"
|
||||
#include "InstanceSaveMgr.h"
|
||||
|
||||
|
||||
|
||||
void WorldSession::HandleCalendarGetCalendar(WorldPacket &recv_data)
|
||||
{
|
||||
sLog.outDebug("WORLD: CMSG_CALENDAR_GET_CALENDAR");
|
||||
|
|
@ -65,7 +63,9 @@ void WorldSession::HandleCalendarGetCalendar(WorldPacket &recv_data)
|
|||
data.put<uint32>(p_counter,counter);
|
||||
|
||||
data << (uint32) 1135753200; //wtf?? (28.12.2005 12:00)
|
||||
sLog.outDebug("Sending calendar");
|
||||
data << (uint32) 0; // unk counter 4
|
||||
data << (uint32) 0; // unk counter 5
|
||||
//sLog.outDebug("Sending calendar");
|
||||
//data.hexlike();
|
||||
SendPacket(&data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue