diff options
author | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-12 09:39:17 +0000 |
---|---|---|
committer | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-12 09:39:17 +0000 |
commit | 1735c6d8c5cd43398235bcc284a2ab52d1a6b83b (patch) | |
tree | 149ff0fcb0c4781d614315061fb4af8a8d3be94f | |
parent | f263f46f6ce1a7e61ca0a57a63066b489d7ba756 (diff) | |
download | hercules-1735c6d8c5cd43398235bcc284a2ab52d1a6b83b.tar.gz hercules-1735c6d8c5cd43398235bcc284a2ab52d1a6b83b.tar.bz2 hercules-1735c6d8c5cd43398235bcc284a2ab52d1a6b83b.tar.xz hercules-1735c6d8c5cd43398235bcc284a2ab52d1a6b83b.zip |
typo :o
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13579 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/custom/platinum_skills.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/platinum_skills.txt b/npc/custom/platinum_skills.txt index 921ddbd37..01a27d897 100644 --- a/npc/custom/platinum_skills.txt +++ b/npc/custom/platinum_skills.txt @@ -100,6 +100,6 @@ prontera,128,200,6 script Platinum Skill NPC 94,{ close; } mes "[Platinum Skill NPC]"; - mes "Im sorry, but there is no special skills that I can give you."; + mes "I'm sorry, but there are no special skills that I can give you."; close; -}
\ No newline at end of file +} |