Issue information

Issue ID
#1498
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 12, 2008 10:07
Last Post
Hercules Elf Bot
Feb 21, 2012 9:17
Confirmation
N/A

Hercules Elf Bot - May 12, 2008 10:07

Originally posted by [b]Wouter2004[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1498

line 549:
mes "[ Steward .@name$]";

should be:
mes "[ Steward " + .@name$ + " ]";

line 599:
mes "[ Steward .@name$]";

should be:
mes "[ Steward " + .@name$ + " ]";