Issue information

Issue ID
#601
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 13, 2007 2:11
Last Post
Hercules Elf Bot
Dec 13, 2007 2:11
Confirmation
N/A

Hercules Elf Bot - Dec 13, 2007 2:11

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

Have a little error in the script_commands.txt in the line 1920 in the example of the command getcharid.
QUOTE(script_commands.txt)
if (getcharid(2)) mes "Only members of a guild are allowed beyond this point!";

Hm... the correct will be:
QUOTE
if (!getcharid(2)) mes "Only members of a guild are allowed beyond this point!";

No?
=P