![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "temple_of_ahnqiraj.h"
Include dependency graph for boss_huhuran.cpp:Go to the source code of this file.
Classes | |
| struct | boss_huhuran |
| class | spell_huhuran_wyvern_sting |
Enumerations | |
| enum | HuhuranTexts { EMOTE_ENRAGE = 0 , EMOTE_BERSERK = 1 } |
| enum | HuhuranSpells { SPELL_ACID_SPIT = 26050 , SPELL_NOXIOUS_POISON = 26053 , SPELL_WYVERN_STING = 26180 , SPELL_ENRAGE = 26051 , SPELL_BERSERK = 26068 , SPELL_WYVERN_STING_DAMAGE = 26233 } |
| enum | HuhuranEvents { EVENT_ACID_SPIT = 1 , EVENT_NOXIOUS_POISON , EVENT_WYVERN_STING , EVENT_ENRAGE , EVENT_BERSERK } |
Functions | |
| void | AddSC_boss_huhuran () |
| enum HuhuranEvents |
| Enumerator | |
|---|---|
| EVENT_ACID_SPIT | |
| EVENT_NOXIOUS_POISON | |
| EVENT_WYVERN_STING | |
| EVENT_ENRAGE | |
| EVENT_BERSERK | |
Definition at line 45 of file boss_huhuran.cpp.
| enum HuhuranSpells |
| Enumerator | |
|---|---|
| SPELL_ACID_SPIT | |
| SPELL_NOXIOUS_POISON | |
| SPELL_WYVERN_STING | |
| SPELL_ENRAGE | |
| SPELL_BERSERK | |
| SPELL_WYVERN_STING_DAMAGE | |
Definition at line 34 of file boss_huhuran.cpp.
| enum HuhuranTexts |
| Enumerator | |
|---|---|
| EMOTE_ENRAGE | |
| EMOTE_BERSERK | |
Definition at line 28 of file boss_huhuran.cpp.
| void AddSC_boss_huhuran | ( | ) |