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 {