diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index ac3c1a1b2..059c9c9d8 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3007,7 +3007,7 @@ int parse_frommap(int fd) RFIFOSKIP(fd, 86); break; - case 0x2b0e: // Request from map-server to change a char's status (all operations are transmitted to login-server) + case 0x2b0e: // Request from map-server to change an account's status (all operations are transmitted to login-server) if (RFIFOREST(fd) < 44) return 0; { |