From 6bf2cf8cb8e48a0135d0a4daf563d7f93603ad60 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Mon, 24 Jul 2017 22:51:00 -0400 Subject: [PATCH] Fix aura removal --- zone/client_packet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 8a2c266f1..777bcdeb9 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -14340,6 +14340,7 @@ void Client::Handle_OP_UpdateAura(const EQApplicationPacket *app) return; // could log I guess, but should only ever get this action RemoveAura(aura->entity_id); + QueuePacket(app); // if we don't resend this, the client gets confused return; }