mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-04 18:32:25 +00:00
Merge pull request #516 from ngdeao/master
Fix for RoF2 clients connecting and sometimes not appearing in the zone to others.
This commit is contained in:
commit
9673d8c34d
@ -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