![]() |
TrinityCore
|
#include "Common.h"#include "Language.h"#include "DatabaseEnv.h"#include "WorldPacket.h"#include "WorldSession.h"#include "Opcodes.h"#include "Log.h"#include "ObjectMgr.h"#include "SpellMgr.h"#include "Player.h"#include "GossipDef.h"#include "UpdateMask.h"#include "ObjectAccessor.h"#include "Creature.h"#include "Pet.h"#include "PetPackets.h"#include "ReputationMgr.h"#include "BattlegroundMgr.h"#include "Battleground.h"#include "ScriptMgr.h"#include "CreatureAI.h"#include "GameObjectAI.h"#include "SpellInfo.h"#include "NPCPackets.h"#include "MailPackets.h"
Include dependency graph for NPCHandler.cpp: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 } |
| enum 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 | |
1.8.8