shawenguan 1 vuosi sitten
vanhempi
commit
8662333d86
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      Scripts/hbcpre/hbcpreHelper.js

+ 2 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -428,7 +428,8 @@ function handleMarketSeriesList() {
         // care
         // grade
         // isSpillover
-        const id = iData.id;
+        const iData = itemData[i];
+        const id = iData.seriesId;
         tmpItemDict[id] = iData;
     }