diff options
| author | n0n4m3 <none@none> | 2010-02-15 18:23:39 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2010-02-15 18:23:39 +0100 |
| commit | bcd4a48328ddde592a440983b624a1e7d676d674 (patch) | |
| tree | 3ccb9410469feb46ca9c6b41ce8228200a86a27f /src/scripts/kalimdor | |
| parent | 922b368aac117cf38646f27c77610bea396fa488 (diff) | |
Removed stupid/not needed file Spellid.h.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/kalimdor')
| -rw-r--r-- | src/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp b/src/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp index 3b578e9395a..25fa866c833 100644 --- a/src/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp +++ b/src/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp @@ -94,40 +94,40 @@ enum Spells { //***** Main Phase 1 ******** //Eye Spells - SPELL_FREEZE_ANIM = SPELL_FREEZE_ANIM_16245, - SPELL_GREEN_BEAM = SPELL_EYE_BEAM_26134, - SPELL_DARK_GLARE = SPELL_DARK_GLARE_26029, - SPELL_RED_COLORATION = SPELL_GLOWY_RED_22518, //Probably not the right spell but looks similar + SPELL_FREEZE_ANIM = 16245, + SPELL_GREEN_BEAM = 26134, + SPELL_DARK_GLARE = 26029, + SPELL_RED_COLORATION = 22518, //Probably not the right spell but looks similar //Eye Tentacles Spells - SPELL_MIND_FLAY = SPELL_MIND_FLAY_26143, + SPELL_MIND_FLAY = 26143, //Claw Tentacles Spells - SPELL_GROUND_RUPTURE = SPELL_GROUND_RUPTURE_26139, - SPELL_HAMSTRING = SPELL_HAMSTRING_26141, + SPELL_GROUND_RUPTURE = 26139, + SPELL_HAMSTRING = 26141, //***** Main Phase 2 ****** //Body spells //#define SPELL_CARAPACE_CTHUN 26156 //Was removed from client dbcs - SPELL_TRANSFORM = SPELL_TRANSFORM_CTHUN___PHASE_2_26232, - SPELL_PURPLE_COLORATION = SPELL_GLOWY_PURPLE_22581, //Probably not the right spell but looks similar + SPELL_TRANSFORM = 26232, + SPELL_PURPLE_COLORATION = 22581, //Probably not the right spell but looks similar //Eye Tentacles Spells //SAME AS PHASE1 //Giant Claw Tentacles - SPELL_MASSIVE_GROUND_RUPTURE = SPELL_GROUND_RUPTURE_26100, + SPELL_MASSIVE_GROUND_RUPTURE = 26100, //Also casts Hamstring - SPELL_THRASH = SPELL_THRASH_3391, + SPELL_THRASH = 3391, //Giant Eye Tentacles //CHAIN CASTS "SPELL_GREEN_BEAM" //Stomach Spells - SPELL_MOUTH_TENTACLE = SPELL_SUMMON_MOUTH_TENTACLE_26332, - SPELL_EXIT_STOMACH_KNOCKBACK = SPELL_SPIT_OUT_25383, - SPELL_DIGESTIVE_ACID = SPELL_DIGESTIVE_ACID_26476, + SPELL_MOUTH_TENTACLE = 26332, + SPELL_EXIT_STOMACH_KNOCKBACK = 25383, + SPELL_DIGESTIVE_ACID = 26476, }; enum Actions |
