diff --git a/server/robotserver/player.cc b/server/robotserver/player.cc index 3ea568ec..9beabe8d 100644 --- a/server/robotserver/player.cc +++ b/server/robotserver/player.cc @@ -70,6 +70,9 @@ void Player::CoLogin(f8::Coroutine* co) } { cs::CMJoin msg; + msg.set_server_id(6); + msg.set_account_id(account_id_); + msg.set_session_id(session_id_); SendMsg(msg); } } diff --git a/third_party/a8 b/third_party/a8 index fe229f0b..d3671aa6 160000 --- a/third_party/a8 +++ b/third_party/a8 @@ -1 +1 @@ -Subproject commit fe229f0bb160d127e9d0264cb3e09132ed2fe528 +Subproject commit d3671aa6088be91fb482dbda3caf531ec0120293