|
|
@ -4863,6 +4863,7 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
ItemFactory.fillInventory(this, 980066, 1); |
|
|
|
ItemFactory.fillInventory(this, 980066, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
checkIfBoxed(this); |
|
|
|
if(this.isBoxed) { |
|
|
|
if(this.isBoxed) { |
|
|
|
if(!this.title.equals(CharacterTitle.BOX)) { |
|
|
|
if(!this.title.equals(CharacterTitle.BOX)) { |
|
|
|
this.title = CharacterTitle.BOX; |
|
|
|
this.title = CharacterTitle.BOX; |
|
|
|