diff options
-rw-r--r-- | src/game/SpellEffects.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 588fa019387..8158f33959a 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4534,7 +4534,6 @@ void Spell::SpellDamageWeaponDmg(uint32 i) // Seal of Command - receive benefit from Spell Damage and Healing if(m_spellInfo->SpellFamilyFlags[0] & 0x2000000) { - totalDamagePercentMod = 0.45f; spell_bonus += int32(0.23f*m_caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellInfo))); spell_bonus += int32(0.29f*m_caster->SpellBaseDamageBonusForVictim(GetSpellSchoolMask(m_spellInfo), unitTarget)); } |