summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 10:57:24 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 10:57:24 +0000
commit084f3b9931895aa6c7665e61617f170c9c053afd (patch)
tree5123eb310338452ed1ac39c9fe9bfa4990b17b4b /npc/merchants
parent38b740a148656eb7f2bae6f1630c94061f609f5d (diff)
downloadhercules-084f3b9931895aa6c7665e61617f170c9c053afd.tar.gz
hercules-084f3b9931895aa6c7665e61617f170c9c053afd.tar.bz2
hercules-084f3b9931895aa6c7665e61617f170c9c053afd.tar.xz
hercules-084f3b9931895aa6c7665e61617f170c9c053afd.zip
Fixed npc/merchants/grandpa_pharmacist.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6105 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/grandpa_pharmacist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/grandpa_pharmacist.txt b/npc/merchants/grandpa_pharmacist.txt
index 666eefd84..bf80d131f 100644
--- a/npc/merchants/grandpa_pharmacist.txt
+++ b/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;