Issue information

Issue ID
#1716
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Jun 19, 2008 16:57
Last Post
Hercules Elf Bot
Feb 21, 2012 14:01
Confirmation
N/A

Hercules Elf Bot - Jun 19, 2008 16:57

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

npc\other\powernpc.txt
CODE
if (countitem(1201) > 0) {


should be:
CODE
if (checkweight(1201,1) == 0) {