Fix
This commit is contained in:
parent
5e4cae659e
commit
f301bfd90e
|
@ -26,8 +26,22 @@
|
|||
"PrimaryAssetName": "Athena_BattlePassDiscountToken_S08"
|
||||
}
|
||||
],
|
||||
"FreeLevelsThatNavigateToBattlePass": [2, 6, 14, 22, 30, 38, 46, 54, 62],
|
||||
"FreeLevelsThatAutoOpenTheAboutScreen": [1, 14, 46],
|
||||
"FreeLevelsThatNavigateToBattlePass": [
|
||||
2,
|
||||
6,
|
||||
14,
|
||||
22,
|
||||
30,
|
||||
38,
|
||||
46,
|
||||
54,
|
||||
62
|
||||
],
|
||||
"FreeLevelsThatAutoOpenTheAboutScreen": [
|
||||
1,
|
||||
14,
|
||||
46
|
||||
],
|
||||
"SeasonXpScheduleFree": {
|
||||
"Levels": [
|
||||
{
|
||||
|
@ -6527,4 +6541,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
|
@ -186,7 +186,7 @@ func convertAssetPathToTemplateId(assetPath string) string {
|
|||
case strings.Contains(assetPath, "Game/Athena/Items/Cosmetics/ItemWraps"):
|
||||
templateIdParts[0] = "AthenaItemWrap"
|
||||
case strings.Contains(assetPath, "Game/Athena/Items/Cosmetics/Contrails"):
|
||||
templateIdParts[0] = "AthenaSkydiveContrail"
|
||||
templateIdParts[0] = "AthenaSkyDiveContrail"
|
||||
case strings.Contains(assetPath, "Game/Athena/Items/CosmeticVariantTokens"):
|
||||
templateIdParts[0] = "CosmeticVariantToken"
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue
Block a user