Only one item manager

This commit is contained in:
2024-03-18 12:47:55 -04:00
parent fa0dfadc8b
commit c8d355636b
4 changed files with 1 additions and 7 deletions
-2
View File
@@ -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);