mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Fix shadow siege boss timer
This commit is contained in:
@@ -74,7 +74,6 @@ public class TraceHuntManager extends PlayerManager implements GameDatabaseObjec
|
||||
this.level = 1;
|
||||
|
||||
this.bossId = this.getControlData().getBossList()[0];
|
||||
this.bossCreateTime = Nebula.getCurrentServerTime();
|
||||
this.traceLogs = new ArrayList<>();
|
||||
this.huntLogs = new ArrayList<>();
|
||||
|
||||
@@ -311,6 +310,7 @@ public class TraceHuntManager extends PlayerManager implements GameDatabaseObjec
|
||||
|
||||
// Complete
|
||||
if (this.isHunting()) {
|
||||
this.bossCreateTime = Nebula.getCurrentServerTime();
|
||||
logs.add(new TraceHuntLog(5));
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user