fix boots upgrades as nothing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user