mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Fix issues with gacha history
You may need to reset gacha history info in the database
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user