summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 234a91b79..0003e590f 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -1486,9 +1486,7 @@ int make_new_char_sql(struct char_session_data* sd, char* name_, int str, int ag
|| (str + int_ != 10 || agi + luk != 10 || vit + dex != 10) ) // pairs
#endif
return -2; // invalid input
-
- if (hair_style > 17 || hair_color > 8)
- return -2;
+
// check the number of already existing chars in this account
if( char_per_account != 0 ) {