diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 21:57:58 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 21:57:58 +0000 |
commit | 7b37b8ba958a7c2f101dc0caca4346fd61f9faa1 (patch) | |
tree | 3f73fdf5e1a1dc1f8e166150f8f052c422fb281b /npc | |
parent | f83c186fe19f6ad5f0fc6dbbb5cc2fe749b9bcaa (diff) | |
download | hercules-7b37b8ba958a7c2f101dc0caca4346fd61f9faa1.tar.gz hercules-7b37b8ba958a7c2f101dc0caca4346fd61f9faa1.tar.bz2 hercules-7b37b8ba958a7c2f101dc0caca4346fd61f9faa1.tar.xz hercules-7b37b8ba958a7c2f101dc0caca4346fd61f9faa1.zip |
fixed einbroch guide
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6094 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/guides/guides_einbr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9813eed82..0fa9e871d 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -30,7 +30,7 @@ Date Added 04/15
* Renamed Mastersmith Howard to Whitesmith Howard in the spawn files [Playtester]
* Implemented Musashiden's Lighthalzen npcs [MasterOfMuppets]
- * Fixed Archer Village Guide bugs, thanks to NeatElves 4 pointing the bug [Lupus]
+ * Fixed Einbroch & Archer Village Guide bugs, thanks to NeatElves 4 pointing the bug [Lupus]
* Modified the Cloth Dyer so that he refuses to dye your clothes [Playtester]
* Added weight checks to merchants/refine.txt thanks to Neouni [Playtester]
* Fixed names of Lighthalzen mobs in spawn files [Playtester]
diff --git a/npc/guides/guides_einbr.txt b/npc/guides/guides_einbr.txt index 439ccab4f..38faaf026 100644 --- a/npc/guides/guides_einbr.txt +++ b/npc/guides/guides_einbr.txt @@ -24,7 +24,7 @@ einbroch.gat,72,202,4 script Guide#1::Einbroch_Guide 852,{ M_Menu:
next;
- menu "City Guide",-, "Remove Marks from Mini-Map",M_2, "Notice",M_3, "Cancel",M_End;
+ menu "City Guide",-, "Remove Marks from Mini-Map",M_2, "Notice",L_NOTICE, "Cancel",M_End;
mes "[Einbroch Guide]";
mes "Please select a location from the following menu.";
|