diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-04 04:50:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-04 04:50:55 +0000 |
commit | c7b7d7572164cae3809d805f526d871d283e7f2a (patch) | |
tree | b832ffaa3a808e5f7f0b3bac64257d248636c588 /npc/merchants/shuriken_maker.txt | |
parent | c2006cba2be4ba0588186a2f5f61cc7f73392b2b (diff) | |
download | hercules-c7b7d7572164cae3809d805f526d871d283e7f2a.tar.gz hercules-c7b7d7572164cae3809d805f526d871d283e7f2a.tar.bz2 hercules-c7b7d7572164cae3809d805f526d871d283e7f2a.tar.xz hercules-c7b7d7572164cae3809d805f526d871d283e7f2a.zip |
updated some lighthalzen bank / jail / auction npc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8930 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/shuriken_maker.txt')
-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 c697b00cb..d78305948 100644 --- a/npc/merchants/shuriken_maker.txt +++ b/npc/merchants/shuriken_maker.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Au{R}oN //===== Current Version: ===================================== -//= 1.2b +//= 1.2c //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -21,7 +21,7 @@ que_ng.gat,22,62,3 script Taitsu 709,{ mes "[Taitsu]"; if(Class!=Job_Ninja){ - mes "Sorry, buy I can use my ability only for Ninja Class."; + mes "Sorry, but I can use my ability only for Ninja Class."; close; } mes "Hello"; |