diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index a47903177..561a0689c 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -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(); }