Root spell revision

Optional SQL
This commit is contained in:
KayenEQ
2014-03-04 06:42:41 -05:00
parent 057e4603db
commit ea677389ad
6 changed files with 75 additions and 28 deletions
+1 -2
View File
@@ -390,8 +390,7 @@ bool IsPartialCapableSpell(uint16 spell_id)
if (spells[spell_id].no_partial_resist)
return false;
if (IsPureNukeSpell(spell_id) || IsFearSpell(spell_id) ||
IsEffectInSpell(spell_id, SE_Root))
if (IsPureNukeSpell(spell_id) || IsFearSpell(spell_id))
return true;
return false;