From 6ecdfa051ab4adbf84938b18f44c5f12f05dbe3a Mon Sep 17 00:00:00 2001 From: euphyy Date: Fri, 31 Aug 2012 18:02:11 +0000 Subject: * Updated new atcommand messages in msg_athena to be more grammar-friendly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16725 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 3cd9bc582..4efc94660 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -1594,7 +1594,8 @@ ACMD_FUNC(help) } if (!config_setting_lookup_string(help, command_name, &text)) { - clif_displaymessage(fd, msg_txt(988)); // There is no help for this command_name. + sprintf(atcmd_output, msg_txt(988), atcommand_symbol, command_name); // There is no help for %c%s. + clif_displaymessage(fd, atcmd_output); atcommand_get_suggestions(sd, command_name, true); return -1; } -- cgit v1.2.3-60-g2f50