AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "DatabaseEnvFwd.h"
#include "DBCStructure.h"
#include "Language.h"
#include "SharedDefines.h"
#include <map>
Go to the source code of this file.
Classes | |
struct | FactionState |
class | ReputationMgr |
Typedefs | |
typedef uint32 | RepListID |
typedef std::map< RepListID, FactionState > | FactionStateList |
typedef std::map< uint32, ReputationRank > | ForcedReactions |
Variables | |
constexpr std::array< uint32, MAX_REPUTATION_RANK > | ReputationRankStrIndex |
typedef std::map<RepListID, FactionState> FactionStateList |
typedef std::map<uint32, ReputationRank> ForcedReactions |
|
constexpr |
Referenced by ReputationMgr::GetReputationRankStrIndex(), character_commandscript::HandleCharacterReputationCommand(), and modify_commandscript::HandleModifyRepCommand().