diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/hunter.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |