mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Update score boss control id properly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user