mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 09:09:54 +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.level = 1;
|
||||||
|
|
||||||
this.bossId = this.getControlData().getBossList()[0];
|
this.bossId = this.getControlData().getBossList()[0];
|
||||||
this.bossCreateTime = Nebula.getCurrentServerTime();
|
|
||||||
this.traceLogs = new ArrayList<>();
|
this.traceLogs = new ArrayList<>();
|
||||||
this.huntLogs = new ArrayList<>();
|
this.huntLogs = new ArrayList<>();
|
||||||
|
|
||||||
@@ -311,6 +310,7 @@ public class TraceHuntManager extends PlayerManager implements GameDatabaseObjec
|
|||||||
|
|
||||||
// Complete
|
// Complete
|
||||||
if (this.isHunting()) {
|
if (this.isHunting()) {
|
||||||
|
this.bossCreateTime = Nebula.getCurrentServerTime();
|
||||||
logs.add(new TraceHuntLog(5));
|
logs.add(new TraceHuntLog(5));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user