1
This commit is contained in:
parent
b6f25065a1
commit
872aa189d0
@ -2010,10 +2010,10 @@ void Human::InternalSendGameOver()
|
|||||||
if (App::Instance()->HasFlag(3)) {
|
if (App::Instance()->HasFlag(3)) {
|
||||||
url = "http://192.168.100.41/webapp/index.php?c=Role&a=battleReport";
|
url = "http://192.168.100.41/webapp/index.php?c=Role&a=battleReport";
|
||||||
} else {
|
} else {
|
||||||
url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
url = "https://game2002api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
url = "https://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
url = "https://game2002api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||||
}
|
}
|
||||||
room->pending_request++;
|
room->pending_request++;
|
||||||
std::string data;
|
std::string data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user