mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 10:12:24 +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
|
return; // could log I guess, but should only ever get this action
|
||||||
|
|
||||||
RemoveAura(aura->entity_id);
|
RemoveAura(aura->entity_id);
|
||||||
|
QueuePacket(app); // if we don't resend this, the client gets confused
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user