*Update IsAOE function.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-26 15:55:12 -06:00
parent c58a199db8
commit 032de9a491
5 changed files with 39 additions and 33 deletions

View File

@@ -568,7 +568,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
//TODO: should this be put on taken but not done?
if(found)
m_damage += m_spellInfo->EffectBasePoints[1];
damage += m_spellInfo->EffectBasePoints[1];
}
//Explosive Trap Effect
else if(m_spellInfo->SpellFamilyFlags & 0x00000004)