From 671c50354d7d082bdeedf842884cd254d685d22a Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 3 Mar 2013 15:47:38 +0100 Subject: Core/PacketIO: Updated and enabled CMSG_BUG & CMSG_CALENDAR_COMPLAIN --- src/server/game/Handlers/CalendarHandler.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/game/Handlers/CalendarHandler.cpp') diff --git a/src/server/game/Handlers/CalendarHandler.cpp b/src/server/game/Handlers/CalendarHandler.cpp index 8b854731b57..a3f45a8773c 100644 --- a/src/server/game/Handlers/CalendarHandler.cpp +++ b/src/server/game/Handlers/CalendarHandler.cpp @@ -617,10 +617,11 @@ void WorldSession::HandleCalendarComplain(WorldPacket& recvData) uint64 guid = _player->GetGUID(); uint64 eventId; uint64 complainGUID; + uint64 inviteId; - recvData >> eventId >> complainGUID; + recvData >> complainGUID >> eventId >> inviteId; sLog->outDebug(LOG_FILTER_NETWORKIO, "CMSG_CALENDAR_COMPLAIN [" UI64FMTD "] EventId [" - UI64FMTD "] guid [" UI64FMTD "]", guid, eventId, complainGUID); + UI64FMTD "] guid [" UI64FMTD "] InviteId [" UI64FMTD "]", guid, eventId, complainGUID, inviteId); // what to do with complains? } -- cgit v1.2.3