From 9c67421cccbb1f5d8fba2017d57dbe99ca45fd72 Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Fri, 15 Oct 2021 09:04:14 -0400 Subject: [PATCH] quick fix for persistent effects fading (#1604) --- zone/mob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/mob.cpp b/zone/mob.cpp index f0982115c..f58b6a92a 100644 --- a/zone/mob.cpp +++ b/zone/mob.cpp @@ -4372,7 +4372,7 @@ bool Mob::TrySpellOnDeath() } } - BuffFadeAll(); + BuffFadeNonPersistDeath(); return false; //You should not be able to use this effect and survive (ALWAYS return false), //attempting to place a heal in these effects will still result