From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/001-1/monster_guide.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/001-1/monster_guide.txt') 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; } -- cgit v1.2.3-70-g09d2