diff options
Diffstat (limited to 'npc')
-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 ""; |