mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Fix aura removal
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user