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
@@ -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;