diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-05-26 18:58:14 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-05-26 18:58:14 +0100 |
commit | 01c47d4231848107c45ca42cacaf5b04ad4dbfdf (patch) | |
tree | 8af1dba85f408981ca83106b318442dafee389ae /npc/000-1/cookiemaster.txt | |
parent | 0600dbd079c7aeb343044e0bac8afcd824e0e03c (diff) | |
download | serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.gz serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.bz2 serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.xz serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.zip |
Add argument on inventoryplace.
Diffstat (limited to 'npc/000-1/cookiemaster.txt')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 9558ed5b..d0f24e99 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -168,7 +168,7 @@ l_Reward: set @item, 517; set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 517, 1; setq General_Cookies, 1; getitem "DeliciousCookie", 1; |