Issue information

Issue ID
#259
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 20, 2007 0:27
Last Post
Hercules Elf Bot
Oct 20, 2007 0:27
Confirmation
N/A

Hercules Elf Bot - Oct 20, 2007 0:27

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

Aegis conversion mistake in file quests_hugel.txt

CODE
    else if(v[hg_bio] == 9)

Of course should be:
CODE
else if(hg_bio == 9)