Addressed nitpicks and removed unused item ID constants

This commit is contained in:
Silwhoon
2024-02-05 17:00:18 +00:00
parent a7931c3e4d
commit 6f68f4edfd
4 changed files with 12 additions and 52 deletions

View File

@@ -88,7 +88,7 @@ public abstract class CharacterFactory {
equipped.addItemFromDB(eq_weapon.copy());
}
if (!MakeCharInfoHandler.isNewCharacterValid(newCharacter)) {
if (!MakeCharInfoValidator.isNewCharacterValid(newCharacter)) {
log.warn("Owner from account {} tried to packet edit in character creation", c.getAccountName());
return -2;
}