diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-25 15:22:54 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-25 15:22:54 +0000 |
commit | ca8acfddf85f6a4826f72eb279328c96490d32f5 (patch) | |
tree | e6b7f0031e145af18cf86ad947a6a8e2ca16808c /npc/quests/quests_juperos.txt | |
parent | 4d2d99c0ac7d70d3d19284c499cd74066ebec197 (diff) | |
download | hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.tar.gz hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.tar.bz2 hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.tar.xz hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.zip |
* Corrected Luna Bow Bonuses. (bugreport:1919)
* Swapped dis/enable for hideon/off in wedding script.
* Corrected Slotting NPCs triggering on touch. (bugreport:1916)
* Added a missing close in juperos quest. (bugreport:1918)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12993 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_juperos.txt')
-rw-r--r-- | npc/quests/quests_juperos.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 8f8e6edf5..a8a29be93 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -20,6 +20,7 @@ //= 1.3b Minor updates to juperos elevator NPCs. [L0ne_W0lf] //= 1.4 Fixed Elevator not working after failing once. [L0ne_W0lf] //= 1.5 Lots of Fixes, missing stopnpctimers, cleanup. [Zephyrus] +//= 1.6 Added missing close in "Popular Feats" [L0ne_W0lf] //============================================================ yuno_in04,190,125,4 script Scholar 700,{ @@ -1499,6 +1500,7 @@ yuno_in04,102,106,1 script Popular Feasts 111,{ mes "I guess Poring Salad is"; mes "the most popular feast"; mes "in this entire book."; + close; case 3: mes "^8B6914..."; |