diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-10 04:55:08 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-10 04:55:08 +0000 |
commit | 87b1337021cd74d1f5da50ccf89f5cc044cde427 (patch) | |
tree | c0652423aeedd4326b24a9af276e9224b340b33a /npc/re/guides | |
parent | ec230d1eb8212f4c5b8e551e4fb4cd0b638ed637 (diff) | |
download | hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.tar.gz hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.tar.bz2 hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.tar.xz hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.zip |
* Optimized Eden Quest lv. 11-25 (re\quests\eden\)
* Fixed bugreport:6427 with new Alchemist quest (jobs\2-2\alchemist.txt)
* Other misc changes/fixes...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16615 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/guides')
-rw-r--r-- | npc/re/guides/guides_veins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/guides/guides_veins.txt b/npc/re/guides/guides_veins.txt index 12cfb95bf..a8ca5cba8 100644 --- a/npc/re/guides/guides_veins.txt +++ b/npc/re/guides/guides_veins.txt @@ -16,7 +16,7 @@ veins,210,345,5 script Veins Guide#veins01::GuideVeins 934,{ mes "[Veins Guide]"; mes "Thank you for coming through the rough sand storms. Welcome to ^8B4513Veins^000000, the Canyon Village."; - mes "If this is the first time for you to use the guide services, why don't you check the \"Notice\" menu first?"; + mes "If this is the first time for you to use the guide services, why don't you check the "Notice" menu first?"; next; while (1) { switch(select("[ Temple ]:[ Inn ]:[ Pub ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Geological Research Institute ]:[ Cool Event Corp. Staff ]:Remove Marks from Mini-Map:Cancel")) { |