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/skills/thief_skills.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/skills/thief_skills.txt')
-rw-r--r-- | npc/quests/skills/thief_skills.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/skills/thief_skills.txt b/npc/quests/skills/thief_skills.txt index a38f0020d..999372439 100644 --- a/npc/quests/skills/thief_skills.txt +++ b/npc/quests/skills/thief_skills.txt @@ -131,7 +131,7 @@ moc_prydb1,154,128,4 script Alcouskou#qsk_tf 118,{ mes "for you to use with this skill."; next; mes "[Alcouskou]"; - mes "Well let¡¯s see what your skill"; + mes "Well let's see what your skill"; mes "is like -"; mes "Try it out ! !"; next; @@ -155,7 +155,7 @@ moc_prydb1,154,128,4 script Alcouskou#qsk_tf 118,{ case 2: if (countitem(940) > 19 && ((BaseJob == Job_Thief && JobLevel > 34) || BaseJob == Job_Assassin || BaseJob == Job_Rogue)) { mes "[Alcouskou]"; - mes "Okay! Let¡¯s practice!"; + mes "Okay! Let's practice!"; next; mes "[Alcouskou]"; mes "Suuu Suuu uk -"; |