From fb86a5e5c6f48b1a4b206c93923deb0392f04cb9 Mon Sep 17 00:00:00 2001 From: brianluau Date: Wed, 14 Dec 2011 23:22:03 +0000 Subject: - Fixed some typos in quest_13 files. (bugreport:5023) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15123 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_13_1.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/quests/quests_13_1.txt') diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index bd30a29d8..054858926 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -12660,7 +12660,7 @@ man_fild01,315,95,3 script Expedition Scout#1 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -12729,7 +12729,7 @@ man_fild01,315,95,3 script Expedition Scout#1 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -12835,7 +12835,7 @@ man_fild03,202,251,3 script Expedition Scout#2 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -12904,7 +12904,7 @@ man_fild03,202,251,3 script Expedition Scout#2 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -13000,7 +13000,7 @@ spl_fild02,295,368,3 script Expedition Scout#3 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -13069,7 +13069,7 @@ spl_fild02,295,368,3 script Expedition Scout#3 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -13175,7 +13175,7 @@ spl_fild03,172,71,3 script Expedition Scout#4 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; @@ -13244,7 +13244,7 @@ spl_fild03,172,71,3 script Expedition Scout#4 707,{ mes "Well then, keep up the good work!"; close; } - else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) { + else if ((.@ep13_search_lotto == 1) || (.@ep13_search_lotto == 6)) { mes "[Expedition Scout]"; mes "Oh, you must be" + strcharinfo(0) + ". I heard that you'll be delivering the report."; next; -- cgit v1.2.3-70-g09d2