Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
NPCHandler.cpp File Reference
#include "Battleground.h"
#include "BattlegroundMgr.h"
#include "BlackMarketMgr.h"
#include "Common.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "DatabaseEnv.h"
#include "GossipDef.h"
#include "Language.h"
#include "Log.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Opcodes.h"
#include "Pet.h"
#include "Player.h"
#include "ReputationMgr.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "UpdateMask.h"
#include "WorldPacket.h"
#include "WorldSession.h"
Include dependency graph for NPCHandler.cpp:

Go to the source code of this file.

Enumerations

enum  StableResultCode {
  STABLE_ERR_MONEY = 0x01 , STABLE_ERR_INVALID_SLOT = 0x03 , STABLE_SUCCESS_STABLE = 0x08 , STABLE_SUCCESS_UNSTABLE = 0x09 ,
  STABLE_SUCCESS_BUY_SLOT = 0x0A , STABLE_ERR_EXOTIC = 0x0B , STABLE_ERR_STABLE = 0x0C
}

Enumeration Type Documentation

◆ StableResultCode

Enumerator
STABLE_ERR_MONEY 
STABLE_ERR_INVALID_SLOT 
STABLE_SUCCESS_STABLE 
STABLE_SUCCESS_UNSTABLE 
STABLE_SUCCESS_BUY_SLOT 
STABLE_ERR_EXOTIC 
STABLE_ERR_STABLE 

Definition at line 29 of file NPCHandler.cpp.