summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/account-server/accounthandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index a0369201..27d96176 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -494,8 +494,8 @@ static void handleCharacterCreateMessage(AccountClient &computer, MessageIn &msg
int hairStyle = msg.readByte();
int hairColor = msg.readByte();
int gender = msg.readByte();
- int numHairStyles = Configuration::getValue("char_numHairStyles", 15);
- int numHairColors = Configuration::getValue("char_numHairColors", 9);
+ int numHairStyles = Configuration::getValue("char_numHairStyles", 17);
+ int numHairColors = Configuration::getValue("char_numHairColors", 11);
int numGenders = Configuration::getValue("char_numGenders", 2);
unsigned minNameLength = Configuration::getValue("char_minNameLength", 4);
unsigned maxNameLength = Configuration::getValue("char_maxNameLength", 25);