*Fix the damage of seal of command. (I do not know if the fix is correct because I do not know the correct formula)

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-21 17:41:36 -06:00
parent eba481d86a
commit f934ad4663

View File

@@ -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));
}