Change challenge pack order index in script

This commit is contained in:
AnthonyFuller 2024-04-06 13:41:09 +01:00 committed by Anthony Fuller
parent 1db00fa06b
commit 2b094d9642
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ function getOrderIndex(categoryId) {
return 10
case "featured":
return 11
case "argentum-pack":
return 6.5
case "argon-pack":
return 6.6
default:
return 100000
}