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; }