summaryrefslogtreecommitdiff
path: root/npc/017-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-13 01:23:36 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-13 01:23:36 -0300
commitd49e781b06a4fbc2dde5b5fd7614ae828e995273 (patch)
tree01618348e21c72947269d29dcad10174dfef9654 /npc/017-4
parenta80f82b81fe91ab7f405d3d14f0976af52dbc5f6 (diff)
downloadserverdata-d49e781b06a4fbc2dde5b5fd7614ae828e995273.tar.gz
serverdata-d49e781b06a4fbc2dde5b5fd7614ae828e995273.tar.bz2
serverdata-d49e781b06a4fbc2dde5b5fd7614ae828e995273.tar.xz
serverdata-d49e781b06a4fbc2dde5b5fd7614ae828e995273.zip
[skip ci] silly typo %%e
Diffstat (limited to 'npc/017-4')
-rw-r--r--npc/017-4/pihro.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt
index d9bb3d3d3..325c0971e 100644
--- a/npc/017-4/pihro.txt
+++ b/npc/017-4/pihro.txt
@@ -11,7 +11,7 @@
if (getarg(0) == 0)
return 1;
else
- return (countitem(getarg(0)) > getarg(1));
+ return (countitem(getarg(0)) >= getarg(1));
}
// craft_ammo( PrizeItem, Price, Lead Amount, {Elemental Item, Amount, {Elemental Item2, Amount2}} )