Issue information

Issue ID
#4524
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Nov 2, 2010 12:25
Last Post
Hercules Elf Bot
Mar 15, 2012 13:07
Confirmation
N/A

Hercules Elf Bot - Nov 2, 2010 12:25

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

http://code.google.com/p/eathena-project/s...detail?r=14442#


The diff presend in this at line 462 generates an error while compiling.
Is it a syntactical mistake?

I changed it to
(p->last_point.map != cp->last_point.map) ||
from
strcmp(p->last_point.map, cp->last_point.map)


to compile properly :|

please lemme know