mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
[Bug Fix] Rez in zone clear aggro (#3895)
Clear client to be rezzed aggro when rezzing in zone.
This commit is contained in:
parent
84b8bdd2b4
commit
cce368d94c
@ -15553,6 +15553,8 @@ void Client::Handle_OP_Translocate(const EQApplicationPacket *app)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
entity_list.ClearAggro(this);
|
||||||
|
|
||||||
////Was sending the packet back to initiate client zone...
|
////Was sending the packet back to initiate client zone...
|
||||||
////but that could be abusable, so lets go through proper channels
|
////but that could be abusable, so lets go through proper channels
|
||||||
MovePC(
|
MovePC(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user