Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
QuestHandler.cpp File Reference
#include "Battleground.h"
#include "Common.h"
#include "GameObjectAI.h"
#include "GossipDef.h"
#include "Group.h"
#include "Log.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Opcodes.h"
#include "Player.h"
#include "QuestDef.h"
#include "ScriptMgr.h"
#include "World.h"
#include "WorldPacket.h"
#include "WorldSession.h"
Include dependency graph for QuestHandler.cpp:

Go to the source code of this file.

Macros

#define CLOSE_GOSSIP_CLEAR_DIVIDER()

Macro Definition Documentation

◆ CLOSE_GOSSIP_CLEAR_DIVIDER

#define CLOSE_GOSSIP_CLEAR_DIVIDER ( )
Value:
do { \
_player->PlayerTalkClass->SendCloseGossip(); \
_player->SetDivider(0); \
} while (0)

Referenced by WorldSession::HandleQuestgiverAcceptQuestOpcode().