mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
clear xtarget manager on death
This commit is contained in:
+1
-1
@@ -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);
|
hate_list.RemoveEntFromHateList(this);
|
||||||
RemoveAutoXTargets();
|
RemoveAutoXTargets();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user