diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:23:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:23:36 -0300 |
commit | d49e781b06a4fbc2dde5b5fd7614ae828e995273 (patch) | |
tree | 01618348e21c72947269d29dcad10174dfef9654 /npc/017-4 | |
parent | a80f82b81fe91ab7f405d3d14f0976af52dbc5f6 (diff) | |
download | serverdata-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.txt | 2 |
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}} ) |