diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-07 23:13:42 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-07 23:13:42 +0000 |
commit | 7db42789c2baba7154d7df1388942752789a2f93 (patch) | |
tree | f54630ca21f17b08b5ab5b28958122931c2af3ae /npc/jobs/novice/novice.txt | |
parent | 6e671afff0eebd6459f8c56b8ec6d9ee40cf2f14 (diff) | |
download | hercules-7db42789c2baba7154d7df1388942752789a2f93.tar.gz hercules-7db42789c2baba7154d7df1388942752789a2f93.tar.bz2 hercules-7db42789c2baba7154d7df1388942752789a2f93.tar.xz hercules-7db42789c2baba7154d7df1388942752789a2f93.zip |
- Added first Version of Minstrel Job change Quest.
- Added missing "t" in eden quests. bugreport:5213.
- Fixed option "Cancel" not being shown in novice grounds Acolyte NPC menu. bugreport:5212.
- Fixed some typos in Genetic Job change Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15406 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/novice/novice.txt')
-rw-r--r-- | npc/jobs/novice/novice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index d690db69d..807275e13 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -1774,7 +1774,7 @@ new_5-3,113,41,4 duplicate(NvArc) Archer Guide#nv5 727 mes "[Prontera Acolyte]"; mes "What can I do for you?"; next; - switch(select("What is an Acolyte?:Job change to Acolyte.Cancel")) { + switch(select("What is an Acolyte?:Job change to Acolyte:Cancel")) { case 1: mes "[Prontera Acolyte]"; mes "An Acolyte is someone who worships the goddess Freya sacrificing themselves to help others."; |