diff --git a/match_collector/champion_stat.ts b/match_collector/champion_stat.ts index be0803b..96b1c20 100644 --- a/match_collector/champion_stat.ts +++ b/match_collector/champion_stat.ts @@ -122,8 +122,7 @@ function handleMatchItems(timeline, participant: any, participantIndex : number, // Handle boots upgrades if(itemInfo.requiredBuffCurrencyName == "Feats_NoxianBootPurchaseBuff" || itemInfo.requiredBuffCurrencyName == "Feats_SpecialQuestBootBuff") { - itemInfo.categories.push("Boots"); - event.itemId = itemInfo.from[0] + continue; } // Handle boots differently