Issue information

Issue ID
#4917
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 23, 2011 6:23
Last Post
Hercules Elf Bot
Mar 5, 2012 15:39
Confirmation
N/A

Hercules Elf Bot - May 23, 2011 6:23

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

CODE
npc/quests/quests_lighthalzen.txt


line 3810 :
CODE
if (!lhz_curse == 6) set lhz_curse,7;


should it be :
CODE
if (lhz_curse == 6) set lhz_curse,7;


am i right?

This post has been edited by uddevil: May 22 2011, 11:25 PM