diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-16 00:09:18 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-16 00:09:18 +0000 |
commit | 6e84eb56e4696f78880cc004e22a42f6d3e1036b (patch) | |
tree | 83dea614d19534da7729943ce9624020cbaf1909 /npc/quests/quests_nameless.txt | |
parent | 0bd634fd221fc351c14bcb4138034eff641f92f3 (diff) | |
download | hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.tar.gz hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.tar.bz2 hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.tar.xz hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.zip |
* Corrected typo in Nameless Monestary quest. (bugreport:2352)
* Swapped baseclass for basejob and fixed server-wide announce in god item quests. (bugreport:2349)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13295 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r-- | npc/quests/quests_nameless.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index a1411da36..30de9076e 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -52,6 +52,7 @@ //= Added Quest: Z-Gang Quest //= Added Quest: Unlucky Emerald //= Added Quest: Rogue Guild Investigation +//= 1.7 Fixed a typo in monestary quest. [L0ne_W0lf] //============================================================ // Nameless Island and Cursed Monestary Access Quest @@ -1953,7 +1954,7 @@ abbey02,224,70,0 script Book#Aru 111,{ mes "of old, moldy books.^000000"; close; } - else if (aru_mons == 21) { + else if (aru_monas == 21) { mes "^3355FFThere's a book stained"; mes "with blood amongst all"; mes "these old, moldy books.^000000"; |