mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 03:12:28 +00:00
Fix for RoF2 clients connecting and don't appear in the zone to others.
This commit is contained in:
parent
149a3c2e82
commit
096dd21234
@ -1004,7 +1004,8 @@ void Client::Handle_Connect_OP_ClientError(const EQApplicationPacket *app)
|
|||||||
void Client::Handle_Connect_OP_ClientReady(const EQApplicationPacket *app)
|
void Client::Handle_Connect_OP_ClientReady(const EQApplicationPacket *app)
|
||||||
{
|
{
|
||||||
conn_state = ClientReadyReceived;
|
conn_state = ClientReadyReceived;
|
||||||
|
if (!Spawned())
|
||||||
|
SendZoneInPackets();
|
||||||
CompleteConnect();
|
CompleteConnect();
|
||||||
SendHPUpdate();
|
SendHPUpdate();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user