Make use of the suspendable spell flag

This commit is contained in:
Michael Cook (mackal)
2014-01-08 00:24:33 -05:00
parent 50caef0086
commit 5199364091
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -3181,7 +3181,7 @@ void Mob::BuffProcess()
if(spells[buffs[buffs_i].spellid].buffdurationformula != DF_Permanent)
{
if(!zone->BuffTimersSuspended() || IsDetrimentalSpell(buffs[buffs_i].spellid))
if(!zone->BuffTimersSuspended() || !IsSuspendableSpell(buffs[buffs_i].spellid))
{
--buffs[buffs_i].ticsremaining;