Fixed some typos

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-25 16:01:19 +01:00
parent 07e2920b60
commit 3fedfe296d
3 changed files with 6 additions and 6 deletions

View File

@@ -700,7 +700,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
case SPELLFAMILY_PALADIN:
{
// Hammer of the Righteous
else if (m_spellInfo->SpellFamilyFlags[1]&0x00040000)
if (m_spellInfo->SpellFamilyFlags[1]&0x00040000)
{
// Add main hand dps * effect[2] amount
float average = (m_caster->GetFloatValue(UNIT_FIELD_MINDAMAGE) + m_caster->GetFloatValue(UNIT_FIELD_MAXDAMAGE)) / 2;