diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 23:41:13 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 23:41:13 +0000 |
commit | 136e58ba0160d71b967a74f1a9da2b3fcfa653f7 (patch) | |
tree | 4ffb41432ff971038eaa958bb3077eb46d9453dd /npc/merchants/shuriken_maker.txt | |
parent | 0d353605525d2029de04d399edd9c37bfab7591f (diff) | |
download | hercules-136e58ba0160d71b967a74f1a9da2b3fcfa653f7.tar.gz hercules-136e58ba0160d71b967a74f1a9da2b3fcfa653f7.tar.bz2 hercules-136e58ba0160d71b967a74f1a9da2b3fcfa653f7.tar.xz hercules-136e58ba0160d71b967a74f1a9da2b3fcfa653f7.zip |
* Fixed the Shuriken Blacksmith. Incomplete Label (M_DAIS -> M_DAIS4) and extra parenthesis on line 128 ( a ) in the end of the condition) [erKURITA]
PS: Do people actually test their npcs before releasing it? :?
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8870 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/shuriken_maker.txt')
-rw-r--r-- | npc/merchants/shuriken_maker.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/shuriken_maker.txt b/npc/merchants/shuriken_maker.txt index 09882cfb3..be4b0e23d 100644 --- a/npc/merchants/shuriken_maker.txt +++ b/npc/merchants/shuriken_maker.txt @@ -87,7 +87,7 @@ M_DAIS: close; //=====================DAISHARIN4======================== -M_DAIS: +M_DAIS4: mes "[Taitsu]"; mes "You want make ^FF0000Fuuma Shuriken Daisharin[4]^000000"; mes "Fuuma Shuriken Daisharin[4] needs:"; |