Issue information

Issue ID
#1998
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 5, 2008 13:46
Last Post
Hercules Elf Bot
Mar 5, 2012 8:55
Confirmation
N/A

Hercules Elf Bot - Aug 5, 2008 13:46

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

In Jobs/Novice.txt:
QUOTE
switch(select("Trade and Exchange:Organizing & Joining party:Opening Chat Room:Storage Use:No thanks, I know this already.")) {

...

case 5:
mes "[Leo Handerson]";
mes "Oh, do you?";
mes "As I expected,";
mes "you're as smart";
mes "as you are cute~!";
mes "I, Leo, am very impressed.";
next;
break;
break;
}


Should be:
QUOTE
switch(select("Trade and Exchange:Organizing & Joining party:Opening Chat Room:Storage Use:No thanks, I know this already.")) {

...

case 5:
mes "[Leo Handerson]";
mes "Oh, do you?";
mes "As I expected,";
mes "you're as smart";
mes "as you are cute~!";
mes "I, Leo, am very impressed.";
next;
break;
}
break;