فهرست منبع

- Small change to @version command (fixed invalid project name)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15821 54d463be-8e91-2dee-dedb-b68131a5f0ec
epoque11 13 سال پیش
والد
کامیت
0495f532c5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/map/atcommand.c

+ 1 - 1
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");