aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/ScarletMonastery
diff options
context:
space:
mode:
authorQAston <none@none>2010-08-26 19:07:55 +0200
committerQAston <none@none>2010-08-26 19:07:55 +0200
commit30d31ca40a8d524d01d6472dff2fb96b53d92507 (patch)
treee245bb6e61f67ec91c2766618e41bb7cbefc31d4 /src/server/scripts/EasternKingdoms/ScarletMonastery
parent3c027962ba861076932792c0714d3dbbb37c9c14 (diff)
*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
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ScarletMonastery')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp18
1 files changed, 0 insertions, 18 deletions
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();
}