*Correct damage for Shield of Righteousness.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-07-26 03:25:18 +02:00
parent 3c04635694
commit 3409ddf1a8
3 changed files with 2 additions and 2 deletions

View File

@@ -619,7 +619,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
// Shield of Righteousness
else if(m_spellInfo->SpellFamilyFlags[1]&0x00100000)
{
damage+=int32(m_caster->GetShieldBlockValue());
damage += int32(m_caster->GetShieldBlockValue() * 1.3f);
}
break;
}