diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-21 10:05:50 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-21 10:05:50 +0000 |
commit | b96a2d663a51218fe6a75c30f2462340b8d9b76a (patch) | |
tree | 342e7dbe8637991f9c7b9c34a0baecf1488a5195 /npc/guides | |
parent | 5556698f023d3a2698456985a50bab78021bccb6 (diff) | |
download | hercules-b96a2d663a51218fe6a75c30f2462340b8d9b76a.tar.gz hercules-b96a2d663a51218fe6a75c30f2462340b8d9b76a.tar.bz2 hercules-b96a2d663a51218fe6a75c30f2462340b8d9b76a.tar.xz hercules-b96a2d663a51218fe6a75c30f2462340b8d9b76a.zip |
* Fixed a typo in guides_einbr.txt
* Added the Cube Room Maze
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7794 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides')
-rw-r--r-- | npc/guides/guides_einbr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guides/guides_einbr.txt b/npc/guides/guides_einbr.txt index c1652f268..94274fc48 100644 --- a/npc/guides/guides_einbr.txt +++ b/npc/guides/guides_einbr.txt @@ -155,7 +155,7 @@ L_NOTICE: mes "[Einbroch Guide]";
mes "On your Mini-Map, click on the '+' and '-' symbols to zoom in and out of your Mini-Map.";
mes "We hope you enjoy your travels here in the city of Einbroch.";
- goto L_MENU;
+ goto M_Menu;
M_End:
mes "[Einbroch Guide]";
|