diff options
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 73b02ba3728..ac408381a83 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1865,13 +1865,11 @@ void Spell::EffectDummy(uint32 i) if(unitTarget->GetCreatureType() != CREATURE_TYPE_UNDEAD) return; - // first rank have special multiplier int32 bp = damage * 1.5f; m_caster->CastCustomSpell(unitTarget,47633,&bp,NULL,NULL,true); } else { - // first rank have special multiplier int32 bp = damage; m_caster->CastCustomSpell(unitTarget,47632,&bp,NULL,NULL,true); } |