소스 검색

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8871 54d463be-8e91-2dee-dedb-b68131a5f0ec

eaac 18 년 전
부모
커밋
7773201dfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      npc/merchants/shuriken_maker.txt

+ 1 - 1
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;