[7621] More strong check for 23922 and ranks for add damage Author: Lutik

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-07 16:24:14 -05:00
parent d2301bdf9a
commit 24dede78d3
2 changed files with 4 additions and 4 deletions

View File

@@ -402,7 +402,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
damage = uint32(damage * (m_caster->GetTotalAttackPowerValue(BASE_ATTACK)) / 100);
}
// Shield Slam
else if(m_spellInfo->SpellFamilyFlags[1] & 0x200)
else if(m_spellInfo->SpellFamilyFlags[1] & 0x200 && m_spellInfo->Category==1209)
damage += int32(m_caster->GetShieldBlockValue());
// Victory Rush
else if(m_spellInfo->SpellFamilyFlags[1] & 0x100)