Issue information

Issue ID
#1008
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 20, 2008 6:57
Last Post
Hercules Elf Bot
Feb 20, 2008 6:57
Confirmation
N/A

Hercules Elf Bot - Feb 20, 2008 6:57

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

In line 518:
if(@comparisonvar$[1] == @typingstring1$ && @comparisonvar$[2] == @typingstring2$) goto s_Fail;

Should be...

if(@comparisonvar$[1] != @typingstring1$ || @comparisonvar$[2] != @typingstring2$) goto s_Fail;

Well I least I think it should be like this, otherwise you'll end up failing only if you type everything correctly (IMG:style_emoticons/default/laughing.gif)