diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:44:36 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:44:36 -0200 |
commit | 84427d0a09b2115fe301a57837bee83004045613 (patch) | |
tree | 2c8c93ba63e79998c75a87ffd3948c979d967bfa /npc/005-7 | |
parent | 490313136b3746187a49b3d6910b419d09ed17f0 (diff) | |
download | serverdata-84427d0a09b2115fe301a57837bee83004045613.tar.gz serverdata-84427d0a09b2115fe301a57837bee83004045613.tar.bz2 serverdata-84427d0a09b2115fe301a57837bee83004045613.tar.xz serverdata-84427d0a09b2115fe301a57837bee83004045613.zip |
Move Status from ManaPlus to TMW2 Section on Trainer
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 736a563bd..e4a4b7d71 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -48,6 +48,7 @@ L_Menu: l("How do I make money?"), L_ExplicaGrama, l("Monsters."), L_Monstros, l("Quests."), L_Quests, + l("Status."), L_Status, l("NPCs."), L_NPC, l("Magic."), L_Magica, l("Rules."), L_Regras, @@ -69,7 +70,6 @@ L_Manaplus: l("How trade with other players?"), L_ExplicaTrade, l("How hunt monsters?"), L_ExplicaBatalha, l("How talk with someone?"), L_ExplicaDialogo, - l("Status."), L_Status, l("Styles."), L_Estilo, l("Commands."), L_Comandos, l("Shortcuts."), L_Teclado, @@ -426,7 +426,7 @@ L_Status: mes l("There's also a job level, which produces green sparkles when you level it."); mes l("Job Level and certain equips can affect your status. You'll see the modifiers with a + sign."); next; - goto L_Manaplus; + goto L_PreMenu; L_Magica: mes ""; |