diff options
Diffstat (limited to 'world/map/npc/006-1/miriam.txt')
-rw-r--r-- | world/map/npc/006-1/miriam.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/006-1/miriam.txt b/world/map/npc/006-1/miriam.txt index 7fab4bcd..6580664f 100644 --- a/world/map/npc/006-1/miriam.txt +++ b/world/map/npc/006-1/miriam.txt @@ -224,7 +224,7 @@ L_TorsoNext: next; menu "I'm in! What kind of test is it?",L_test, - "I don't think I need more speed right now",L_giveup; + "I don't think I need more speed right now",L_GiveUp; L_test: mes "[Miriam]"; @@ -262,7 +262,7 @@ L_noskill: mes "\"For a person like you, I could even teach a useful skill! Too bad you don't have the basic abillities to learn it...\""; close; -L_giveup: +L_GiveUp: mes "[Miriam]"; mes "\"Oh, that is too bad... But if you change your mind, come back!\""; set QUEST_MIRIAM, 4; |