From c2f470837448add28465ba8015bded1d8e13b3f5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Dec 2018 19:37:28 +0300 Subject: Add missing enum status for function char_creation_failed --- src/char/char.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index b3169c79e..b7e1d8435 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -4694,7 +4694,8 @@ static void char_creation_failed(int fd, int result) /* Others I found [Ind] */ /* 0x02 = Symbols in Character Names are forbidden */ /* 0x03 = You are not eligible to open the Character Slot. */ - /* 0x0B = This service is only available for premium users. */ + /* 0x0B = This service is only available for premium users. */ + /* 0x0C = Character name is invalid. */ switch (result) { case -1: WFIFOB(fd,2) = 0x00; break; // 'Charname already exists' case -2: WFIFOB(fd,2) = 0xFF; break; // 'Char creation denied' -- cgit v1.2.3-60-g2f50