Issue information

Issue ID
#2681
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 20, 2009 2:41
Last Post
Hercules Elf Bot
Jan 20, 2009 2:41
Confirmation
N/A

Hercules Elf Bot - Jan 20, 2009 2:41

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

atcommand.c:
CODE
if( position < 0 && position >= MAX_MEMOPOINTS )

Should be:
CODE
if( position < 0 || position >= MAX_MEMOPOINTS )