From 2e343bd9fa4d4f1a7c0df00ccc13df159c6ea4bb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 21 Nov 2022 12:36:02 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index c1e193ff..bb2ad5a3 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2651,13 +2651,6 @@ void Human::SendBattleReport() }; std::string url; JsonDataMgr::Instance()->GetApiUrl(url); - if (!f8::IsOnlineEnv()) { -#ifdef DEBUG - if (proto_version >= 2022032201) { - url = "https://game2006api-test.kingsome.cn/new/webapp/index.php"; - } -#endif - } if (url.find('?') != std::string::npos) { url += "c=Battle&a=battleReport"; } else {