diff options
Diffstat (limited to 'src/char/inter.c')
-rw-r--r-- | src/char/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index a42202971..d500da301 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -298,7 +298,7 @@ int inter_mapif_init(int fd) { //-------------------------------------------------------- // sended packets to map-server -//Sends to map server the current max Account/Char id [Skotlex] +//Sends the current max account/char id to map server [Skotlex] void mapif_send_maxid(int account_id, int char_id) { unsigned char buf[12]; |