summaryrefslogtreecommitdiff
path: root/npc/functions/inventoryplace.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-30 23:08:56 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-30 23:53:01 +0300
commitfa3cebb9833c816fc465df3cbcde00097021e7f5 (patch)
tree0859ad1dd331a75b8b3982e3c6976eea16bfd428 /npc/functions/inventoryplace.txt
parentde42250f8fc22714dd5887c60a99d41d17a990fc (diff)
downloadserverdata-fa3cebb9833c816fc465df3cbcde00097021e7f5.tar.gz
serverdata-fa3cebb9833c816fc465df3cbcde00097021e7f5.tar.bz2
serverdata-fa3cebb9833c816fc465df3cbcde00097021e7f5.tar.xz
serverdata-fa3cebb9833c816fc465df3cbcde00097021e7f5.zip
Replace countitemcolor to countitem.
Diffstat (limited to 'npc/functions/inventoryplace.txt')
-rw-r--r--npc/functions/inventoryplace.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/inventoryplace.txt b/npc/functions/inventoryplace.txt
index 0d8fe397..35c2b6e9 100644
--- a/npc/functions/inventoryplace.txt
+++ b/npc/functions/inventoryplace.txt
@@ -13,7 +13,7 @@
function script inventoryplace {
getinventorylist;
.@iteminfo = getiteminfo(getarg(0), 2);
- .@countitem = countitemcolor(getarg(0));
+ .@countitem = countitem(getarg(0));
if (checkweight(getarg(0), getarg(1)) == 0) goto L_Warn;
if ((.@iteminfo < 4) && (.@countitem == 0) && (.@inventorylist_count < 100)) return;