From 2b2dae078de159cd4d9948824689cc9f62ef6263 Mon Sep 17 00:00:00 2001 From: epoque11 Date: Mon, 2 Apr 2012 20:41:22 +0000 Subject: - Small change to @version command (fixed invalid project name) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15821 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 978feb552..7301a2252 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7205,7 +7205,7 @@ ACMD_FUNC(version) const char * revision; if ((revision = get_svn_revision()) != 0) { - sprintf(atcmd_output,"eAthena Version SVN r%s",revision); + sprintf(atcmd_output,"rAthena Version SVN r%s",revision); clif_displaymessage(fd,atcmd_output); } else clif_displaymessage(fd,"Cannot determine SVN revision"); -- cgit v1.2.3-60-g2f50