summaryrefslogtreecommitdiff
path: root/npc/quests/quests_airship.txt
diff options
context:
space:
mode:
authorj-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-05 10:27:35 +0000
committerj-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-05 10:27:35 +0000
commitd56ec5e7bd37bea674aba3c0041390e95926fc5e (patch)
tree744de750184e1fefff0c7925be66e38d7bc16518 /npc/quests/quests_airship.txt
parent0efc076a6e9769716dd7ff2ee1b05e137a87cb3c (diff)
downloadhercules-d56ec5e7bd37bea674aba3c0041390e95926fc5e.tar.gz
hercules-d56ec5e7bd37bea674aba3c0041390e95926fc5e.tar.bz2
hercules-d56ec5e7bd37bea674aba3c0041390e95926fc5e.tar.xz
hercules-d56ec5e7bd37bea674aba3c0041390e95926fc5e.zip
- Fixed bugreport:6738, missing checks for How the Airship Works quest. (npc/quests/quests_airship.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16861 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_airship.txt')
-rw-r--r--npc/quests/quests_airship.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt
index 70f90dfe0..9bf7758dc 100644
--- a/npc/quests/quests_airship.txt
+++ b/npc/quests/quests_airship.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
// Samuray22
//===== Current Version: =====================================
-//= 1.8
+//= 1.9
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
@@ -27,6 +27,7 @@
//= 1.8 Added quest log entries for:
//= - Airship Ticket Quest
//= - How the Airship Works
+//= 1.9 Fixed missing checks for How the Airship Works quest. [Joseph]
//============================================================
//=======================================================================================================//
@@ -1673,7 +1674,7 @@ airplane_01,238,154,3 script Airship Captain#01 873,{
select("Um? Only that? There's no more?");
mes "[Tarlock]";
mes "Ha ha ha!";
- mes "I explained it roughtly to";
+ mes "I explained it roughly to";
mes "make it easier to understand";
mes "by you. Still, you aren't";
mes "pleased? I said it in plain";
@@ -1730,7 +1731,7 @@ airplane_01,238,154,3 script Airship Captain#01 873,{
close2;
cutin "",255;
end;
- } else {
+ } else if (lght_air == 2 || lght_air == 3) {
mes "[Tarlock]";
mes "Hahahah! Don't worry, I'll";
mes "tell you know this Airship";