diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-31 06:07:22 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-31 06:07:22 +0000 |
commit | 207fd64083ba3724afd6059b8be25794d4f84b68 (patch) | |
tree | 8856d8e4caae595d76b2318ff1be47abea9a9e8b /npc/jobs/valkyrie.txt | |
parent | fb4bb1862c03ef52eca4d0b4d8ee5de426d1cdee (diff) | |
download | hercules-207fd64083ba3724afd6059b8be25794d4f84b68.tar.gz hercules-207fd64083ba3724afd6059b8be25794d4f84b68.tar.bz2 hercules-207fd64083ba3724afd6059b8be25794d4f84b68.tar.xz hercules-207fd64083ba3724afd6059b8be25794d4f84b68.zip |
minor CASE typos in NPC dialogues
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12452 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/valkyrie.txt')
-rw-r--r-- | npc/jobs/valkyrie.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt index b4ad18742..f6191cf31 100644 --- a/npc/jobs/valkyrie.txt +++ b/npc/jobs/valkyrie.txt @@ -323,7 +323,7 @@ yuno_in02,93,207,1 script Book of Ymir 111,{ mes "can confirm that Valkyrie and Valhalla actually exist..."; next; set valkyrie_Q,2; - mes "[The book of Ymir]"; + mes "[The Book of Ymir]"; mes "Let the heroes live new lives"; mes "so they can protect the world"; mes "from danger. And then..."; @@ -351,7 +351,7 @@ valkyrie,44,33,5 script Teleporter 124,{ if (.@karma_d > 4) { mes "[Teleporter]"; mes "Congratulations."; - mes "Honors to the warriors!"; + mes "Honor to the warriors!"; close; } mes "[Teleporter]"; |