shawenguan 1 năm trước cách đây
mục cha
commit
73088f9be6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1037,7 +1037,7 @@ function getPlanFixCost(pksPlanListData, turnOneCost, planKey, ranking = 1) {
 	}
 	let failCount = 0;
 	for (let i = 1; i < pksPlanListData.length; i++) {
-		const item = pksPlanListData[i];
+		const element = pksPlanListData[i];
 		if (!checkHitPrize(element.preDrawCode, element[planKey], 0)) {
 			failCount += 1;
 		} else {