forked from MagicBane/Server
Only one item manager
This commit is contained in:
@@ -211,8 +211,6 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
|
||||
super(rs, true);
|
||||
|
||||
this.charItemManager = new CharacterItemManager(this);
|
||||
|
||||
this.runes = DbManager.CharacterRuneQueries.GET_RUNES_FOR_CHARACTER(this.getObjectUUID());
|
||||
int accountID = rs.getInt("parent");
|
||||
this.account = DbManager.AccountQueries.GET_ACCOUNT(accountID);
|
||||
|
||||
Reference in New Issue
Block a user