diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/quests_nameless.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3f87739c0..037a65f30 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/07/22 + * Rev. 12984 Another small fix to Nameless island quest. [L0ne_W0lf] * Rev. 12981 Getting around to fixing some script bug. [L0ne_W0lf] - Fixed bugs in the nameless quest, and other npcs. (bugreport:1845) - Fixed some bugs in the WoE:SE control devices. (bugreport:1848) 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"; |