Browse Source

Fixed npc/merchants/grandpa_pharmacist.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6105 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 years ago
parent
commit
294e611223
2 changed files with 2 additions and 1 deletions
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/merchants/grandpa_pharmacist.txt

+ 1 - 0
npc/Changelog.txt

@@ -28,6 +28,7 @@ Nexon
 Date		Added
 ======
 04/16
+	* Fixed merchants/grandpa_pharmacist.txt thanks to KarLaeda [Playtester]
 	* Removed Cube room warps from the quest script [Lupus]
 04/15
 	* Fixed Mobster's OnDead event [Playtester]

+ 1 - 1
npc/merchants/grandpa_pharmacist.txt

@@ -102,7 +102,7 @@ sF_Make:
 	set @herbnum, 2;
 	if(getarg(1) != 0) set @herbnum, 1;
 	if(countitem(getarg(0)) < @herbnum) goto L_NdHerbs;
-	if((countitem(getarg(1)) < @herbnum) && (getarg(1) != 0)) goto L_NdHerbs;
+	if((getarg(1) != 0) && (countitem(getarg(1)) < @herbnum)) goto L_NdHerbs;
 	if(countitem(713) < 1) goto L_NdBottle;
 	if(Zeny < getarg(2)) goto L_NdZeny;