계략 버그 수정

This commit is contained in:
2018-08-22 14:31:37 +09:00
parent 86b57447d8
commit de95c6d698
+4 -4
View File
@@ -175,7 +175,7 @@ function process_32(&$general) {
$destGenScore,
$destCityScore,
$destSupplyScore
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
$sabotageProb = (
GameConst::$sabotageDefaultProb
@@ -310,7 +310,7 @@ function process_33(&$general) {
$destGenScore,
$destCityScore,
$destSupplyScore
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
$sabotageProb = (
GameConst::$sabotageDefaultProb
@@ -477,7 +477,7 @@ function process_34(&$general) {
$destGenScore,
$destCityScore,
$destSupplyScore
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
$sabotageProb = (
GameConst::$sabotageDefaultProb
@@ -612,7 +612,7 @@ function process_35(&$general) {
$destGenScore,
$destCityScore,
$destSupplyScore
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
$sabotageProb = (
GameConst::$sabotageDefaultProb