fix boots upgrades as nothing
All checks were successful
pipeline / build-and-push-images (push) Successful in 17s
pipeline / deploy (push) Successful in 27s

This commit is contained in:
2025-01-14 01:33:51 +01:00
parent dca92f83b6
commit 6513ca492c

View File

@@ -122,8 +122,7 @@ function handleMatchItems(timeline, participant: any, participantIndex : number,
// Handle boots upgrades // Handle boots upgrades
if(itemInfo.requiredBuffCurrencyName == "Feats_NoxianBootPurchaseBuff" if(itemInfo.requiredBuffCurrencyName == "Feats_NoxianBootPurchaseBuff"
|| itemInfo.requiredBuffCurrencyName == "Feats_SpecialQuestBootBuff") { || itemInfo.requiredBuffCurrencyName == "Feats_SpecialQuestBootBuff") {
itemInfo.categories.push("Boots"); continue;
event.itemId = itemInfo.from[0]
} }
// Handle boots differently // Handle boots differently