summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/monster_guide.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
commita00579f57be4f02cd2a60ecd9468277ba6631e78 (patch)
treebc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/001-1/monster_guide.txt
parentc0ba38cd4b68491e28e467889804ebc09c9c002e (diff)
downloadserverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.gz
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.bz2
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.xz
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.zip
Fix style (split for more readable diff)
Diffstat (limited to 'world/map/npc/001-1/monster_guide.txt')
-rw-r--r--world/map/npc/001-1/monster_guide.txt6
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;
}