summaryrefslogtreecommitdiff
path: root/npc/001-1/cookiemaster.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/001-1/cookiemaster.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/001-1/cookiemaster.txt')
-rw-r--r--npc/001-1/cookiemaster.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 32e21365..844671af 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -11,7 +11,7 @@
// 1 Get a cookie.
001-1,39,38,0 script Cookie Master NPC_COOKIE_MASTER,{
- if ((countitemcolor(517) == 0) && (getq(General_Cookies) == 1))
+ if ((countitem(517) == 0) && (getq(General_Cookies) == 1))
goto L_LostCookie;
if (getq(General_Cookies) == 1)
goto L_GetCookie;