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:
@@ -92,7 +92,7 @@ public class GameCharacter implements GameDatabaseObject {
|
||||
this.talents = new Bitset();
|
||||
this.gemPresets = new ArrayList<>();
|
||||
this.gemSlots = new CharacterGemSlot[GameConstants.CHARACTER_MAX_GEM_SLOTS];
|
||||
this.createTime = Nebula.getCurrentTime();
|
||||
this.createTime = Nebula.getCurrentServerTime();
|
||||
|
||||
this.contact = new CharacterContact(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user