Issue information

Issue ID
#2839
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 7, 2009 22:55
Last Post
Hercules Elf Bot
Mar 5, 2012 9:50
Confirmation
N/A

Hercules Elf Bot - Mar 7, 2009 22:55

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

CODE
    for( set .@i, 0; .@i < .@Count; set .@i, .@i + 1 )
        set .@Menu$, .@Menu$ + getitemname(@Item_DB[.@i]) + ":";


The code to build the menu is bugged, should be:

CODE
    for( set .@i, 0; .@i < .@Count; set .@i, .@i + 1 )
        set .@Menu$, .@Menu$ + getitemname(.@Item_DB[.@i]) + ":";


This was in TRUNK.

This post has been edited by Jikari: Mar 7 2009, 02:55 PM