From 14a5ff399aa0adc07952aef8a80159c829a913a2 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 25 Feb 2017 02:37:57 -0500 Subject: [PATCH] clear xtarget manager on death --- zone/attack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/attack.cpp b/zone/attack.cpp index b7cd49384..dc50f23db 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -1563,7 +1563,7 @@ bool Client::Death(Mob* killerMob, int32 damage, uint16 spell, EQEmu::skills::Sk } } - entity_list.RemoveFromTargets(this); + entity_list.RemoveFromTargets(this, true); hate_list.RemoveEntFromHateList(this); RemoveAutoXTargets();