From c07aed183e63f028532ae89f3dd40b83aa11b29a Mon Sep 17 00:00:00 2001 From: azw Date: Sat, 19 Aug 2023 14:03:06 +0800 Subject: [PATCH] 1 --- server/robotserver/player.cc | 3 +++ third_party/a8 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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