diff --git a/zone/spells.cpp b/zone/spells.cpp index ab8b44408..643b70ca8 100644 --- a/zone/spells.cpp +++ b/zone/spells.cpp @@ -2253,7 +2253,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, uint16 slot, uint16 } //set our reuse timer on long ass reuse_time spells... - if(IsClient()) + if(IsClient() && !isproc) { if(spell_id == casting_spell_id && casting_spell_timer != 0xFFFFFFFF) {