diff --git a/zone/npc.cpp b/zone/npc.cpp index 2b3b1d879..c65d86dc3 100644 --- a/zone/npc.cpp +++ b/zone/npc.cpp @@ -898,7 +898,10 @@ bool NPC::Process() } if (tic_timer.Check()) { - parse->EventNPC(EVENT_TICK, this, nullptr, "", 0); + if (parse->HasQuestSub(GetNPCTypeID(), EVENT_TICK)) { + parse->EventNPC(EVENT_TICK, this, nullptr, "", 0); + } + BuffProcess(); if (currently_fleeing) {