diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-29 03:57:47 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-29 03:57:47 +0000 |
commit | 8601d24575d5880716bae8855021814975222da8 (patch) | |
tree | df910b33cd61ce92e215a433bb300e6528367ffb /npc/merchants | |
parent | 4a3f1fa591fa0b5d7774b894ee1fb2e30c1391bf (diff) | |
download | hercules-8601d24575d5880716bae8855021814975222da8.tar.gz hercules-8601d24575d5880716bae8855021814975222da8.tar.bz2 hercules-8601d24575d5880716bae8855021814975222da8.tar.xz hercules-8601d24575d5880716bae8855021814975222da8.zip |
added a custom event, fixed typos in Shuriken maker
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8898 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/shuriken_maker.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/shuriken_maker.txt b/npc/merchants/shuriken_maker.txt index d2914302f..c697b00cb 100644 --- a/npc/merchants/shuriken_maker.txt +++ b/npc/merchants/shuriken_maker.txt @@ -143,7 +143,7 @@ M_REKKA: L_NOITEMS: next; mes "[Taitsu]"; - mes "Sorry, but you not have all required items."; + mes "Sorry, but you don't have all the required items."; emotion e_sry; close; @@ -156,6 +156,6 @@ L_NOZENY: M_NOPE: mes "[Taitsu]"; - mes "Ok came back when you want."; + mes "OK, came back when you want."; close; }
\ No newline at end of file |