Fix for RoF2 clients connecting and don't appear in the zone to others.

This commit is contained in:
ngdeao 2016-04-12 21:27:59 -06:00
parent 149a3c2e82
commit 096dd21234

View File

@ -1004,7 +1004,8 @@ void Client::Handle_Connect_OP_ClientError(const EQApplicationPacket *app)
void Client::Handle_Connect_OP_ClientReady(const EQApplicationPacket *app)
{
conn_state = ClientReadyReceived;
if (!Spawned())
SendZoneInPackets();
CompleteConnect();
SendHPUpdate();
}