From b89856524155c49f2aa3c598e2d39b7b38e94c5d Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 30 May 2022 14:50:48 +0800 Subject: [PATCH] fix: del etcd. add serverlist.yml --- account.proto | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/account.proto b/account.proto index 14a5d15..7452d35 100644 --- a/account.proto +++ b/account.proto @@ -7,6 +7,8 @@ message ServiceInfo { string id = 1; string name = 2; string address = 3; + int32 game_port = 4; + int32 gm_port = 5; } message LoginRsp { -- libgit2 0.21.2