diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-30 11:22:59 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-30 11:22:59 +0000 |
commit | 4dbc7922cdb25fcedc9ca39fc72ddca926e61efe (patch) | |
tree | f5544e90fdb2f547552967d1f2fc974ac2d31e25 /npc/quests/quests_morocc.txt | |
parent | 0901d3305259791ac408753d56cd53449fedc2b6 (diff) | |
download | hercules-4dbc7922cdb25fcedc9ca39fc72ddca926e61efe.tar.gz hercules-4dbc7922cdb25fcedc9ca39fc72ddca926e61efe.tar.bz2 hercules-4dbc7922cdb25fcedc9ca39fc72ddca926e61efe.tar.xz hercules-4dbc7922cdb25fcedc9ca39fc72ddca926e61efe.zip |
Fixed "junk symbols". (bugreport:2723)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13500 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 0ba7db867..c0dfac447 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -220,7 +220,7 @@ OnTouch: next; if (prt_curse == 24) { mes "[" + strcharinfo(0) + "]"; - mes "I donĄ¯t care what you say, IĄ¯m coming in!!!"; + mes "I don't care what you say, I'm coming in!!!"; next; mes "[Litheron]"; mes "Hey, master-! What do we do with this guy?"; @@ -228,7 +228,7 @@ OnTouch: next; mes "[Master]"; mes "Hmm. Let him do what he wants to do."; - mes "Passing through one door doesnĄ¯t make any difference."; + mes "Passing through one door doesn't make any difference."; next; mes "[Litheron]"; mes "Hah! Did you hear that?"; |