diff --git a/zone/spell_effects.cpp b/zone/spell_effects.cpp index f9e96c00fa..d69046dcb3 100644 --- a/zone/spell_effects.cpp +++ b/zone/spell_effects.cpp @@ -1349,9 +1349,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove #ifdef SPELL_EFFECT_SPAM snprintf(effect_desc, _EDLEN, "Invulnerability"); #endif - if (spell_id == 4789 && buffslot > -1) { // Touch of the Divine - Divine Save - buffs[buffslot].ticsremaining = spells[spell_id].buff_duration; - } // Prevent focus/aa buff extension + buffs[buffslot].ticsremaining = spells[spell_id].buff_duration; SetInvul(true); break;