mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-15 05:44:36 +01:00
Implement !giveall command
-Also fixed server error when receiving characters
This commit is contained in:
@@ -83,6 +83,8 @@ public class GameCharacter implements GameDatabaseObject {
|
||||
this.skin = data.getDefaultSkinId();
|
||||
this.skills = new int[] {1, 1, 1, 1, 1};
|
||||
this.talents = new Bitset();
|
||||
this.gemPresets = new ArrayList<>();
|
||||
this.gemSlots = new CharacterGemSlot[GameConstants.CHARACTER_MAX_GEM_SLOTS];
|
||||
this.createTime = Nebula.getCurrentTime();
|
||||
|
||||
this.contact = new CharacterContact(this);
|
||||
|
||||
Reference in New Issue
Block a user