Gacha pool overhaul and DB backup wizard
Build and Push Docker images to Docker Hub / build-and-push (push) Has been cancelled

This commit is contained in:
Ilya Groshev
2026-05-12 20:47:24 +03:00
parent cc9dc4f1c5
commit 23f0d26fcd
10 changed files with 480 additions and 123 deletions
+3 -3
View File
@@ -124,9 +124,9 @@ func LoadGachaCatalog() ([]store.GachaCatalogEntry, map[int32]GachaMedalInfo, er
})
}
for groupId, steps := range stepupSteps {
for _, steps := range stepupSteps {
first := steps[0]
gachaId := groupId
gachaId := first.DestinationDomainId
medal := gachaToMedal[first.DestinationDomainId]
medalId := medal.GachaMedalId
@@ -154,7 +154,7 @@ func LoadGachaCatalog() ([]store.GachaCatalogEntry, map[int32]GachaMedalInfo, er
GachaDecorationType: model.GachaDecorationFestival,
SortOrder: first.SortOrderDesc,
BannerAssetName: first.BannerAssetName,
GroupId: groupId,
GroupId: gachaId,
CeilingCount: model.PityCeilingCount,
PricePhases: pricePhases,
MaxStepNumber: maxStep,