버그 수정..

This commit is contained in:
2020-03-06 20:01:11 +09:00
parent 33c7b4c440
commit 573d313cc8
5 changed files with 52 additions and 24 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ function cityInfo(General $generalObj) {
$city['nationTextColor'] = newColor($nation['color']);
$city['nationColor'] = $nation['color'];
$city['region'] = CityConst::$regionMap[$city['region']];
$city['level'] = CityConst::$levelMap[$city['level']];
$city['levelText'] = CityConst::$levelMap[$city['level']];
$officerQuery = [];
$officerName = [
@@ -1151,7 +1151,7 @@ function checkDelay() {
$threshold = 3;
}
else{
$threshold = 20;//TODO:디버깅용. 꼭 고칠것. 원래 값은 6이었음.
$threshold = 6;
}
//지연 해야할 밀린 턴 횟수
$iter = intdiv($timeMinDiff, $term);