mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
correction
This commit is contained in:
parent
85fd3b4a19
commit
cef11429f1
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ void WorldSession::HandleCalendarEventRsvp(WorldPacket& recv_data)
|
|||
uint32 status;
|
||||
|
||||
recv_data >> eventId >> inviteId >> status;
|
||||
DEBUG_FILTER_LOG(LOG_FILTER_CALENDAR, "EventId ["UI64FMTD "], InviteId [" UI64FMTD "], status %u",
|
||||
DEBUG_FILTER_LOG(LOG_FILTER_CALENDAR, "EventId [" UI64FMTD "], InviteId [" UI64FMTD "], status %u",
|
||||
eventId, inviteId, status);
|
||||
|
||||
if (CalendarEvent* event = sCalendarMgr.GetEventById(eventId))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue