Update score boss control id properly

This commit is contained in:
Melledy
2025-12-22 17:54:36 -08:00
parent 53839b48ca
commit b4948212ce
18 changed files with 60 additions and 24 deletions
@@ -22,7 +22,7 @@ public class GachaHistoryLog {
public GachaHistoryLog(int type, int gachaId, IntList results) {
this.type = type;
this.gid = gachaId;
this.time = Nebula.getCurrentTime();
this.time = Nebula.getCurrentServerTime();
this.ids = results;
}