From ffa877bd248a6f6a014dd29e4c158b7399cb0a98 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 8 May 2008 16:25:07 +0000 Subject: * Fixed some of the newer reported bugs. - Corrected typo in guild steward (missing space.) (bugreport:1423) - Corrected duplicate messages in WoE 2.0 scripts. (bugreport:1449) - Corrected missing close in turtle island quest (bugreport:1455) - Corrected missing next in hunter job quest. (bugreport:1477) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12692 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/hunter.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/jobs') diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt index 07256935a..f35ef8e64 100644 --- a/npc/jobs/2-1/hunter.txt +++ b/npc/jobs/2-1/hunter.txt @@ -47,6 +47,7 @@ //= 3.1 Now uses enable and disable waitingroomevent. [L0ne_W0lf] //= 3.2 Fixes a bug where the timer was stopped causing the [L0ne_W0lf] //= test to freeze. (bugreport:1099) +//= 3.3 Added missing next. [L0ne_W0lf] //============================================================ // Notices in the old Hunter Guild. @@ -438,6 +439,7 @@ L_AskQuestions: mes "I want to see you become a Hunter...! Waaah~ I think you'd look great, so please hurry!"; close; } + next; mes "[Hunter Sherin]"; mes "Hmm, I think you're supposed to visit someone else, not me. Like our Guildmaster who's out for business, you know?"; next; -- cgit v1.2.3-70-g09d2