*Fix aura type 280.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-16 15:29:07 +02:00
parent 5640864845
commit 2e6db5421e
9 changed files with 81 additions and 38 deletions

View File

@@ -4332,7 +4332,7 @@ void Spell::SpellDamageWeaponDmg(uint32 i)
if (roll_chance_i(aurEff->GetAmount()))
consumeDiseases = false;
}
totalDamagePercentMod *= (float(CalculateDamage(2, unitTarget) * unitTarget->GetDiseasesByCaster(m_caster->GetGUID(), consumeDiseases) / 2) + 100.0f) / 100.f;
totalDamagePercentMod *= (float(CalculateDamage(2, unitTarget) * unitTarget->GetDiseasesByCaster(m_caster->GetGUID(), consumeDiseases) / 2) + 100.0f) / 100.0f;
}
// Blood-Caked Strike - Blood-Caked Blade // Blood Strike
else if (m_spellInfo->SpellIconID == 1736 || m_spellInfo->SpellFamilyFlags[0] & 0x400000)