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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 0db64bf07..4ef50375f 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -1448,8 +1448,6 @@ int make_new_char_sql(struct char_session_data *sd, char *name_, int str, int ag
#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) {