diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-22 21:44:54 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-22 21:44:54 +0000 |
commit | 860757fa15262f33ffe19f0475e71120e009a96b (patch) | |
tree | 5c2e935e3247e4bc3c45aa141fb44920d6996545 /npc/quests | |
parent | 84b4c74265449c5cf3f880e20162e46ad91100ba (diff) | |
download | hercules-860757fa15262f33ffe19f0475e71120e009a96b.tar.gz hercules-860757fa15262f33ffe19f0475e71120e009a96b.tar.bz2 hercules-860757fa15262f33ffe19f0475e71120e009a96b.tar.xz hercules-860757fa15262f33ffe19f0475e71120e009a96b.zip |
Another small fix to Nameless island quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12984 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_nameless.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index e50360378..8d804bfc0 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -34,6 +34,7 @@ //= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf] //= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf] //= 1.2 Some final tuning to Nameless Island quest. [Koca] + //============================================================ airplane_01,95,61,3 script Agent#Aru 899,5,5,{ @@ -1464,7 +1465,7 @@ ve_fild07,125,128,0 script Boat#Aru 111,{ mes "^3355FFYou set sail for"; mes "the monastery...^000000"; close2; - warp "nameless_n",257,217; + warp "nameless_i",257,217; end; case 2: mes "^3355FFYou decide to"; |