diff options
| author | n0n4m3 <none@none> | 2010-01-13 19:11:46 +0300 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2010-01-13 19:11:46 +0300 |
| commit | f7ad3aefc8e63e87c29d5e9c169210f4e7e80ac8 (patch) | |
| tree | 7418fd8e76d498bb754b3b92b981743e20199f98 /src/game/SpellEffects.cpp | |
| parent | edeb6bf284e9f7ab501f6c3273221dbf02d60084 (diff) | |
Removed all my commits for today, this is hack? really? okey
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 47e47d1f119..24c2ded7321 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -639,10 +639,6 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) // Eviscerate and Envenom Bonus Damage (item set effect) if (m_caster->HasAura(SPELL_EVISCERATE_AND_ENVENOM_BONUS_DAMAGE_37169)) damage += combo*40; - - // Apply spell mods - if (Player* modOwner = m_caster->GetSpellModOwner()) - modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DAMAGE, damage); } } break; |
