Issue information

Issue ID
#5536
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 1, 2012 15:43
Last Post
Hercules Elf Bot
Apr 18, 2012 9:37
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Apr 1, 2012 15:43

Originally posted by [b]Joseph[/b]
Should change it from eAthena to rAthena, in order to avoid confusion.

[CODE]
ACMD_FUNC(version)
{
const char * revision;

if ((revision = get_svn_revision()) != 0) {
sprintf(atcmd_output,"eAthena Version SVN r%s",revision);
clif_displaymessage(fd,atcmd_output);
} else
clif_displaymessage(fd,"Cannot determine SVN revision");

return 0;
}
[/CODE]

Hercules Elf Bot - Apr 2, 2012 20:41

Originally posted by [b]Epoque[/b]
Thanks, small but notable. Fixed in [rev='15821'].