Fix aura removal

This commit is contained in:
Michael Cook (mackal) 2017-07-24 22:51:00 -04:00
parent a0140ff943
commit 6bf2cf8cb8

View File

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