mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Violet Hold, Boss Cyanigosa: Add transformation spell
--HG-- branch : trunk
This commit is contained in:
@@ -21,7 +21,8 @@ enum Spells
|
||||
SPELL_TAIL_SWEEP = 58690,
|
||||
H_SPELL_TAIL_SWEEP = 59283,
|
||||
SPELL_UNCONTROLLABLE_ENERGY = 58688,
|
||||
H_SPELL_UNCONTROLLABLE_ENERGY = 59281
|
||||
H_SPELL_UNCONTROLLABLE_ENERGY = 59281,
|
||||
SPELL_TRANSFORM = 58668
|
||||
};
|
||||
|
||||
enum Yells
|
||||
@@ -67,6 +68,7 @@ struct TRINITY_DLL_DECL boss_cyanigosaAI : public ScriptedAI
|
||||
void EnterCombat(Unit* who)
|
||||
{
|
||||
DoScriptText(SAY_AGGRO, m_creature);
|
||||
DoCast(m_creature, SPELL_TRANSFORM);
|
||||
|
||||
if (pInstance)
|
||||
pInstance->SetData(DATA_CYANIGOSA_EVENT, IN_PROGRESS);
|
||||
|
||||
Reference in New Issue
Block a user