Issue information

Issue ID
#2159
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 1, 2008 17:05
Last Post
Hercules Elf Bot
Sep 1, 2008 17:05
Confirmation
N/A

Hercules Elf Bot - Sep 1, 2008 17:05

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

CODE
if (db->dropitem[i].p && (class_ < 1324 || class_ > 1363) && (class_ < 1938 || class_ > 1946) {


Should be
CODE
if (db->dropitem[i].p && (class_ < 1324 || class_ > 1363) && (class_ < 1938 || class_ > 1946)) {