From 6513ca492c01f5c77119a66718ab289e19864320 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Tue, 14 Jan 2025 01:33:51 +0100 Subject: [PATCH] fix boots upgrades as nothing --- match_collector/champion_stat.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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