diff options
Diffstat (limited to 'world/map/npc/001-1/monster_guide.txt')
-rw-r--r-- | world/map/npc/001-1/monster_guide.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/001-1/monster_guide.txt b/world/map/npc/001-1/monster_guide.txt index 7df38189..eb2b10ce 100644 --- a/world/map/npc/001-1/monster_guide.txt +++ b/world/map/npc/001-1/monster_guide.txt @@ -11,9 +11,9 @@ Register: mes "[Aidan the Monster Guide]"; mes "Oh my, you don't seem to be registered as a Quest Participant. Would you like to register?"; next; - goto Choice; + goto L_Choice; -Choice: +L_Choice: menu "Register",L_R, "Not at the moment", @@ -43,5 +43,5 @@ L_I: mes "[Monster Guide]"; mes "So whaddaya say, sign up won't you?"; next; - goto Choice; + goto L_Choice; } |