![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ArenaTeamMgr.h"#include "CalendarMgr.h"#include "CalendarPackets.h"#include "DatabaseEnv.h"#include "DisableMgr.h"#include "GameEventMgr.h"#include "GameTime.h"#include "GuildMgr.h"#include "InstanceSaveMgr.h"#include "Log.h"#include "ObjectAccessor.h"#include "Opcodes.h"#include "Player.h"#include "SocialMgr.h"#include "WorldSession.h"#include <utf8.h>Go to the source code of this file.
Functions | |
| bool | validUtf8String (WorldPacket &recvData, std::string &s, std::string action, ObjectGuid playerGUID) |
| bool validUtf8String | ( | WorldPacket & | recvData, |
| std::string & | s, | ||
| std::string | action, | ||
| ObjectGuid | playerGUID | ||
| ) |
References LOG_INFO, ByteBuffer::rfinish(), and ObjectGuid::ToString().
Referenced by WorldSession::HandleCalendarAddEvent(), and WorldSession::HandleCalendarUpdateEvent().