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

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -977,7 +977,7 @@ async function checkExpertsRecommend() {
 		expectList.sort((a, b) => {
 			if (a[indexKey] == b[indexKey]) {
 				return 0;
-			} else if (a[indexKey] > b[indexKey]) {
+			} else if (a[indexKey] < b[indexKey]) {
 				return 1;
 			} else {
 				return -1;