Issue information

Issue ID
#3569
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 9, 2009 5:51
Last Post
Hercules Elf Bot
Mar 5, 2012 14:27
Confirmation
N/A

Hercules Elf Bot - Sep 9, 2009 5:51

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

On Line 92

if (countitem(getarg(1)) >= (500*.@amount)) {...

Change for

if (countitem(getarg(0)) >= (500*.@amount)) {...

Because turns bullets[getarg(0)] into magazines/packs [getarg(1)].

Thanks, sorry for my bad eng.

This post has been edited by Kitsune Shiro: Sep 8 2009, 10:52 PM