shawenguan hace 1 año
padre
commit
a53fb9890f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1062,7 +1062,7 @@ function getPlanFixCost(pksPlanListData, turnOneCost, planKey, ranking = 1) {
 		if (item[planKey] != planStr) {
 			break;
 		}
-		const numArr = item.preDrawIssue.split(',');
+		const numArr = item.preDrawCode.split(',');
 		if (tmpDrawNum) {
 			if (numArr[posIndex] == tmpDrawNum) {
 				if (!continuousNumDict[tmpDrawNum]) {