![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"
#include "SpellAuras.h"
#include "SpellInfo.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "molten_core.h"
Go to the source code of this file.
Classes | |
class | boss_garr |
struct | boss_garr::boss_garrAI |
class | npc_garr_firesworn |
struct | npc_garr_firesworn::npc_garr_fireswornAI |
class | spell_garr_separation_anxiety_aura |
class | spell_garr_frenzy |
Enumerations | |
enum | Texts { EMOTE_MASS_ERRUPTION = 0 } |
enum | Spells { SPELL_ANTIMAGIC_PULSE = 19492 , SPELL_MAGMA_SHACKLES = 19496 , SPELL_SEPARATION_ANXIETY = 23487 , SPELL_FRENZY = 19516 , SPELL_SEPARATION_ANXIETY_MINION = 23492 , SPELL_ERUPTION = 19497 , SPELL_MASSIVE_ERUPTION = 20483 , SPELL_ERUPTION_TRIGGER = 20482 , SPELL_ENRAGE_TRIGGER = 19515 } |
enum | Events { EVENT_ANTIMAGIC_PULSE = 1 , EVENT_MAGMA_SHACKLES } |
Functions | |
void | AddSC_boss_garr () |
enum Events |
Enumerator | |
---|---|
EVENT_ANTIMAGIC_PULSE | |
EVENT_MAGMA_SHACKLES |
enum Spells |
enum Texts |
Enumerator | |
---|---|
EMOTE_MASS_ERRUPTION |
void AddSC_boss_garr | ( | ) |
References RegisterSpellScript.
Referenced by AddEasternKingdomsScripts().