![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "CellImpl.h"#include "CombatAI.h"#include "GridNotifiersImpl.h"#include "MotionMaster.h"#include "Pet.h"#include "ScriptedCreature.h"
Include dependency graph for pet_mage.cpp:Go to the source code of this file.
Classes | |
| struct | npc_pet_mage_mirror_image |
Enumerations | |
| enum | MageSpells { SPELL_MAGE_CLONE_ME = 45204 , SPELL_MAGE_MASTERS_THREAT_LIST = 58838 , SPELL_MAGE_FROST_BOLT = 59638 , SPELL_MAGE_FIRE_BLAST = 59637 } |
| enum | MirrorImageTimers { TIMER_MIRROR_IMAGE_FIRE_BLAST = 6500 } |
Functions | |
| void | AddSC_mage_pet_scripts () |
| enum MageSpells |
| Enumerator | |
|---|---|
| SPELL_MAGE_CLONE_ME | |
| SPELL_MAGE_MASTERS_THREAT_LIST | |
| SPELL_MAGE_FROST_BOLT | |
| SPELL_MAGE_FIRE_BLAST | |
Definition at line 31 of file pet_mage.cpp.
| enum MirrorImageTimers |
| Enumerator | |
|---|---|
| TIMER_MIRROR_IMAGE_FIRE_BLAST | |
Definition at line 39 of file pet_mage.cpp.
| void AddSC_mage_pet_scripts | ( | ) |