Issue information

Issue ID
#4190
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 17, 2010 1:45
Last Post
Hercules Elf Bot
Apr 17, 2010 1:45
Confirmation
N/A

Hercules Elf Bot - Apr 17, 2010 1:45

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

I'm trying to tackle getitemname2 function so unidentified items will return

long story short,
CODE
        12 elv;
        13 wlv;
        14 view id
*------------------------------------------*/
BUILDIN_FUNC(getiteminfo)
................
    if (i_data && n>=0 && n<14) {
................
}
if (i_data && n>=0 && n<14) {
it should be n<=14

This post has been edited by ~AnnieRuru~: Apr 17 2010, 12:15 PM