diff options
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]"; |