diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:21:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:21:41 -0300 |
commit | 6133f8330f9abaf3611164b31b33534122e61438 (patch) | |
tree | db17f94281d3c8c4bd1abde260f4f71f456b65bf /npc/functions | |
parent | eee8b9997ad63cc136adc6d158086304c6293dd2 (diff) | |
download | serverdata-6133f8330f9abaf3611164b31b33534122e61438.tar.gz serverdata-6133f8330f9abaf3611164b31b33534122e61438.tar.bz2 serverdata-6133f8330f9abaf3611164b31b33534122e61438.tar.xz serverdata-6133f8330f9abaf3611164b31b33534122e61438.zip |
Seems like Saulc is at blame %%e
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/shops.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/shops.txt b/npc/functions/shops.txt index d5dabca7d..a4945c57e 100644 --- a/npc/functions/shops.txt +++ b/npc/functions/shops.txt @@ -7,6 +7,7 @@ // Variables: // Item ID, Item Price, Item Amount +// restoreshopitem(amount) or restoreshopitem(price, amount) function script restoreshopitem { if (getarg(2, -1337) == -1337) { .@amount=getarg(1); |