1
This commit is contained in:
parent
a7df7c2165
commit
02d5677b08
@ -2556,8 +2556,8 @@ void Human::SendBattleReport()
|
||||
}
|
||||
}
|
||||
if (GAME_ID == 2001) {
|
||||
url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
if (JsonDataMgr::Instance()->channel == 5991) {
|
||||
url = "https://game2001api-test.kingsome.cn/5991/webapp/index.php?c=Role&a=battleReport";
|
||||
if (JsonDataMgr::Instance()->channel == 5991 && f8::IsOnlineEnv()) {
|
||||
url = "https://game2001api-banshu.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user