![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Battleground.h"
#include "BattlegroundMgr.h"
#include "Creature.h"
#include "DatabaseEnv.h"
#include "GameGraveyard.h"
#include "Language.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 "WorldPacket.h"
#include "WorldSession.h"
#include <cmath>
Go to the source code of this file.
Enumerations | |
enum | StableResultCode { STABLE_ERR_MONEY = 0x01 , STABLE_ERR_STABLE = 0x06 , STABLE_SUCCESS_STABLE = 0x08 , STABLE_SUCCESS_UNSTABLE = 0x09 , STABLE_SUCCESS_BUY_SLOT = 0x0A , STABLE_ERR_EXOTIC = 0x0C } |
enum StableResultCode |