![]() |
TrinityCore
|
#include "ScriptMgr.h"
#include "scholomance.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
Go to the source code of this file.
Classes | |
struct | boss_kormok |
class | spell_kormok_summon_bone_mages |
class | spell_kormok_summon_bone_minions |
Enumerations | |
enum | KormokSpells { SPELL_SHADOWBOLT_VOLLEY = 20741 , SPELL_BONE_SHIELD = 27688 , SPELL_SUMMON_BONE_MAGES = 27695 , SPELL_SUMMON_BONE_MAGE_FRONT_LEFT = 27696 , SPELL_SUMMON_BONE_MAGE_FRONT_RIGHT = 27697 , SPELL_SUMMON_BONE_MAGE_BACK_RIGHT = 27698 , SPELL_SUMMON_BONE_MAGE_BACK_LEFT = 27699 , SPELL_SUMMON_BONE_MINIONS = 27687 , SPELL_SUMMON_BONE_MINION_FRONT = 27690 , SPELL_SUMMON_BONE_MINION_BACK = 27691 , SPELL_SUMMON_BONE_MINION_LEFT = 27692 , SPELL_SUMMON_BONE_MINION_RIGHT = 27693 } |
enum | KormokEvents { EVENT_SHADOWBOLT_VOLLEY = 1 , EVENT_BONE_SHIELD , EVENT_SUMMON_MAGES , EVENT_SUMMON_MINIONS } |
Functions | |
void | AddSC_boss_kormok () |
enum KormokEvents |
Enumerator | |
---|---|
EVENT_SHADOWBOLT_VOLLEY | |
EVENT_BONE_SHIELD | |
EVENT_SUMMON_MAGES | |
EVENT_SUMMON_MINIONS |
Definition at line 41 of file boss_kormok.cpp.
enum KormokSpells |
Definition at line 23 of file boss_kormok.cpp.
void AddSC_boss_kormok | ( | ) |