Issue information

Issue ID
#1564
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 24, 2008 23:16
Last Post
Hercules Elf Bot
Feb 21, 2012 9:19
Confirmation
N/A

Hercules Elf Bot - May 24, 2008 23:16

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

sage.txt (lines 556 to 558):
CODE
                mes .@count[0]+" ^3355FF"+.@item[0]+"^000000";
                mes .@count[1]+" ^3355FF"+.@item[1]+"^000000";
                mes .@count[2]+" ^3355FF"+.@item[2]+"^000000";

They should be:
CODE
                mes .@count[0]+" ^3355FF"+getitemname(.@item[0])+"^000000";
                mes .@count[1]+" ^3355FF"+getitemname(.@item[1])+"^000000";
                mes .@count[2]+" ^3355FF"+getitemname(.@item[2])+"^000000";