Fix issues with gacha history

You may need to reset gacha history info in the database
This commit is contained in:
Melledy
2025-12-15 08:48:55 -08:00
parent 4da479a88a
commit 85b08c7593
2 changed files with 5 additions and 3 deletions
@@ -162,7 +162,7 @@ public class GachaModule extends GameContextModule {
player.getGachaManager().saveBanner(info);
// Add history
var log = new GachaHistoryLog(data.getGachaType(), results);
var log = new GachaHistoryLog(data.getStorageId(), data.getId(), results);
player.getGachaManager().addGachaHistory(log);
// Trigger achievements