diff options
author | wushin <pasekei@gmail.com> | 2015-02-14 11:26:25 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 22:19:27 -0600 |
commit | e80a9f91f84bc27df05e6a2466732d765aa075ac (patch) | |
tree | 131b830eef61d25e1d16b555608493ea399c6350 /world/map/npc/015-1 | |
parent | a23957369f82dd7102623d3e373c7ecd2848556b (diff) | |
download | serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.gz serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.bz2 serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.xz serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.zip |
Shorten Labels
Diffstat (limited to 'world/map/npc/015-1')
-rw-r--r-- | world/map/npc/015-1/sword.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/015-1/sword.txt b/world/map/npc/015-1/sword.txt index 6e218f9b..12385c85 100644 --- a/world/map/npc/015-1/sword.txt +++ b/world/map/npc/015-1/sword.txt @@ -171,9 +171,9 @@ L_Levelup2_yes: next; if (!MPQUEST) - goto L_Levelup2_must_reg; + goto L_Lvl2_must_reg; if (MPQUEST && (Mobpt < 1000)) - goto L_Levelup2_must_practice; + goto L_Lvl2_must_practice; mes "[Mystic Sword]"; mes "\"Thou hast collected " + Mobpt + " Monster Points. For one thousand of them, I shall admit thee to the school of war magic.\""; @@ -217,7 +217,7 @@ L_Next1: next; goto L_Farewell; -L_Levelup2_must_reg: +L_Lvl2_must_reg: mes "[Mystic Sword]"; mes "\"To learn further magic, thou must advance in the school of war magic. I shall grant thee this advance if thou provest thy worthiness as a warrior.\""; next; @@ -226,7 +226,7 @@ L_Levelup2_must_reg: next; goto L_Farewell; -L_Levelup2_must_practice: +L_Lvl2_must_practice: mes "[Mystic Sword]"; mes "\"To advance thy magical powers, I must admit thee to the school of war magic. Prove to me that thou art a worthy warrior by collecting one thousand Monster Points, and return.\""; next; |