diff options
author | wushin <pasekei@gmail.com> | 2015-02-19 22:34:57 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 23:02:12 -0600 |
commit | f7f84b8e69075f07fae64cca3da1b1d0a6e98eef (patch) | |
tree | 2819bd1a3a98a56cfa475da16be443ecaa912228 /world/map/npc/009-7/battlemaster.txt | |
parent | 9a0b536324d87107a6ca31f47facb804d70c0d30 (diff) | |
download | serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.gz serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.bz2 serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.xz serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.zip |
fix case
Diffstat (limited to 'world/map/npc/009-7/battlemaster.txt')
-rw-r--r-- | world/map/npc/009-7/battlemaster.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/009-7/battlemaster.txt b/world/map/npc/009-7/battlemaster.txt index bbac54e9..ed07eefb 100644 --- a/world/map/npc/009-7/battlemaster.txt +++ b/world/map/npc/009-7/battlemaster.txt @@ -5,7 +5,7 @@ mes "\"Hey, you seem tough enough! Would you like to prove your skills?\""; next; menu - "PvP Cave (50gp)", L_PVP, + "PvP Cave (50gp)", L_Pvp, "Last Man Standing (150gp)", L_Brodomir, "Nevermind.", L_Next; @@ -30,7 +30,7 @@ L_Brodomir: savepoint "009-7", 39, 37; end; -L_PVP: +L_Pvp: if (Zeny < 50) goto L_NoMoney; set Zeny, Zeny - 50; mes "[Battle Master]"; |