diff options
Diffstat (limited to 'npc/quests/quests_airship.txt')
-rw-r--r-- | npc/quests/quests_airship.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index 0be42cafa..116e27f49 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -3,7 +3,7 @@ //===== By: ================================================== // Samuray22 //===== Current Version: ===================================== -//= 1.3a +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= understand. [SinSloth] //= 1.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 1.3a Corrected a Typo error ";;". [Samuray22] +//= 1.4 Fixed incorrect variable type used. [L0ne_W0lf] //============================================================ //=======================================================================================================// @@ -267,7 +268,7 @@ airplane,47,61,1 script Crewman 833,{ close; } } - } else if(@kain_ticket==3) { + } else if(kain_ticket==3) { mes "[Kain Himere]"; mes "Oh, how are you?"; mes "Right, there's a favor I have to ask of you. Where are you heading?"; |