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:
@@ -23,7 +23,7 @@ public class Agent {
|
||||
|
||||
public Agent(AgentDef data, int duration, int[] charIds) {
|
||||
this.id = data.getId();
|
||||
this.start = Nebula.getCurrentTime();
|
||||
this.start = Nebula.getCurrentServerTime();
|
||||
this.duration = duration;
|
||||
this.charIds = charIds;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user