Issue information

Issue ID
#4395
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 19, 2010 15:53
Last Post
Hercules Elf Bot
Mar 5, 2012 15:08
Confirmation
N/A

Hercules Elf Bot - Aug 19, 2010 15:53

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

Lines 79-80

CODE
    set .@Guillaume, getwaitingroomstate(0,"Lieutenant Ator");
    set .@Croix, getwaitingroomstate(0,"Lieutenant Thelokus");


Lines 96-97

CODE
    donpcevent "Lieutenant Ator::OnEnterBG";
    donpcevent "Lieutenant Thelokus::OnEnterBG";


I think there was an error of copy 'n paste.

It shouldn't be:

Lines 79-80

CODE
    set .@Guillaume, getwaitingroomstate(0,"Lieutenant Huvas");
    set .@Croix, getwaitingroomstate(0,"Lieutenant Yukon");


Lines 96-97

CODE
    donpcevent "Lieutenant Huvas::OnEnterBG";
    donpcevent "Lieutenant Yukon::OnEnterBG";


?

This post has been edited by Dani: Aug 19 2010, 08:57 AM