Issue information

Issue ID
#2693
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 22, 2009 1:18
Last Post
Hercules Elf Bot
Mar 5, 2012 9:32
Confirmation
N/A

Hercules Elf Bot - Jan 22, 2009 1:18

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

CODE
        case 4:
            if (countitem(519) < 0)
            {
                mes "["+ strcharinfo(0) +"]";
                mes "-Let's get a glass of Milk-";
                mes "-for 'The Wise Bull Horn'.-";
                close;
            }
            mes "[The Wise Bull Horn]";
            mes "Thank you.";
            mes "You are truly a kind young man.";
            mes "Now get on the road.";
            delitem 519,1;

It should be countitem(519) < 1, otherwise if a person comes without milk, they will continue on and attempt to delete the non-existent milk.

This post has been edited by HappyFunTimeSparkles: Jan 21 2009, 05:19 PM