diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 23:53:21 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 23:53:21 +0000 |
commit | f04ac098aeefa5cd7f2d632732fa4f49952b0443 (patch) | |
tree | dab3ebee3cde22faeaa39c574b002cc27188d6d4 /npc/merchants/shuriken_maker.txt | |
parent | 136e58ba0160d71b967a74f1a9da2b3fcfa653f7 (diff) | |
download | hercules-f04ac098aeefa5cd7f2d632732fa4f49952b0443.tar.gz hercules-f04ac098aeefa5cd7f2d632732fa4f49952b0443.tar.bz2 hercules-f04ac098aeefa5cd7f2d632732fa4f49952b0443.tar.xz hercules-f04ac098aeefa5cd7f2d632732fa4f49952b0443.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8871 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 be4b0e23d..75d9ba0d4 100644 --- a/npc/merchants/shuriken_maker.txt +++ b/npc/merchants/shuriken_maker.txt @@ -125,7 +125,7 @@ M_REKKA: mes "So let me check for your items..."; set @z,78000; if(Zeny < @z) goto L_NOZENY; - if(countitem(733)<50 || countitem(7098)<100 || countitem(7097)<100 || countitem(7521)<50)) goto L_NOITEMS; + if(countitem(733)<50 || countitem(7098)<100 || countitem(7097)<100 || countitem(7521)<50) goto L_NOITEMS; set Zeny,Zeny-@z; delitem 733,50; delitem 7098,100; |