AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "AccountMgr.h"
#include "ArenaTeamMgr.h"
#include "BattlegroundMgr.h"
#include "CellImpl.h"
#include "CharacterCache.h"
#include "Chat.h"
#include "CommandScript.h"
#include "GameGraveyard.h"
#include "GameTime.h"
#include "GridNotifiers.h"
#include "Group.h"
#include "GuildMgr.h"
#include "IPLocation.h"
#include "InstanceSaveMgr.h"
#include "LFG.h"
#include "LFGMgr.h"
#include "Language.h"
#include "MapMgr.h"
#include "MiscPackets.h"
#include "MMapFactory.h"
#include "MovementGenerator.h"
#include "ObjectAccessor.h"
#include "Pet.h"
#include "Player.h"
#include "Realm.h"
#include "ScriptMgr.h"
#include "SpellAuras.h"
#include "TargetedMovementGenerator.h"
#include "Tokenize.h"
#include "WeatherMgr.h"
#include "GridNotifiersImpl.h"
Go to the source code of this file.
Classes | |
class | misc_commandscript |
Functions | |
std::string const | GetLocalizeCreatureName (Creature *creature, LocaleConstant locale) |
void | AddSC_misc_commandscript () |
Variables | |
constexpr auto | SPELL_STUCK = 7355 |
constexpr auto | SPELL_FREEZE = 9454 |
void AddSC_misc_commandscript | ( | ) |
Referenced by AddCommandsScripts().
std::string const GetLocalizeCreatureName | ( | Creature * | creature, |
LocaleConstant | locale | ||
) |
References Object::GetEntry(), and sObjectMgr.
Referenced by misc_commandscript::HandleFreezeCommand(), and misc_commandscript::HandleUnFreezeCommand().
|
constexpr |
Referenced by misc_commandscript::HandleFreezeCommand(), and misc_commandscript::HandleUnFreezeCommand().
|
constexpr |
Referenced by misc_commandscript::HandleUnstuckCommand().