Issue information

Issue ID
#2238
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 16, 2008 23:46
Last Post
Hercules Elf Bot
Mar 5, 2012 9:08
Confirmation
N/A

Hercules Elf Bot - Sep 16, 2008 23:46

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

The problem is simple. In the quests_airship.txt, the npcs checks for the @kain_ticket var where he should check the kain_ticket var.

Line 270
} else if(@kain_ticket==3) {

should be

} else if(kain_ticket==3 {