diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-14 23:22:03 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-14 23:22:03 +0000 |
commit | fb86a5e5c6f48b1a4b206c93923deb0392f04cb9 (patch) | |
tree | d0cd5774c6a03417f8e1290586a9683e0b5f58e9 /npc/quests/quests_13_1.txt | |
parent | 394354577a12737bb6ede6bf78868de868cfba9c (diff) | |
download | hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.tar.gz hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.tar.bz2 hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.tar.xz hercules-fb86a5e5c6f48b1a4b206c93923deb0392f04cb9.zip |
- 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
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 16 |
1 files changed, 8 insertions, 8 deletions
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; |