mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 17:02:28 +00:00
Fix aura removal
This commit is contained in:
parent
a0140ff943
commit
6bf2cf8cb8
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user