From 30d31ca40a8d524d01d6472dff2fb96b53d92507 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 26 Aug 2010 19:07:55 +0200 Subject: *Fix usage of EffectValueMultiplier in spell code. *Remove some obsolete code from spell class. *Rename some spellmod and dbc column names to be more accurate. --HG-- branch : trunk --- .../ScarletMonastery/boss_headless_horseman.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp b/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp index 096f58fe809..3ea9ce2aec5 100644 --- a/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp @@ -368,24 +368,6 @@ public: { boss_headless_horsemanAI(Creature *c) : ScriptedAI(c) { - SpellEntry *confl = GET_SPELL(SPELL_CONFLAGRATION); - if (confl) - { - confl->EffectApplyAuraName[0] = SPELL_AURA_PERIODIC_DAMAGE_PERCENT; - confl->EffectBasePoints[0] = 10; - //confl->EffectBaseDice[0] = 10; - confl->DmgMultiplier[0] = 1; - } - /* - if (SpellEntry *confl = GET_SPELL(SPELL_CONFLAGRATION)) - confl->EffectTriggerSpell[1] = 22587; - - if (SpellEntry *speed = GET_SPELL(22587)) - { - speed->Effect[1] = SPELL_EFFECT_APPLY_AURA; - speed->EffectApplyAuraName[1] = SPELL_AURA_MOD_CONFUSE; - } - */ pInstance = c->GetInstanceScript(); } -- cgit v1.2.3