From cce368d94c62d6c02c54a259eb7bbdf8524c3c11 Mon Sep 17 00:00:00 2001 From: Fryguy Date: Sun, 7 Jan 2024 15:56:21 -0500 Subject: [PATCH] [Bug Fix] Rez in zone clear aggro (#3895) Clear client to be rezzed aggro when rezzing in zone. --- zone/client_packet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 03eb7544a..e9e042ba9 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -15553,6 +15553,8 @@ void Client::Handle_OP_Translocate(const EQApplicationPacket *app) return; } + entity_list.ClearAggro(this); + ////Was sending the packet back to initiate client zone... ////but that could be abusable, so lets go through proper channels MovePC(