summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-23 19:32:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-23 19:32:40 +0300
commit40f0847e0faff7526c4290b83b50f9237c1e1438 (patch)
tree4b18f20e2e2416af341853a373e450ba3548da47 /src/map/script.h
parentbf50409735647a80a7145def628822d5235ea753 (diff)
downloadevol-hercules-40f0847e0faff7526c4290b83b50f9237c1e1438.tar.gz
evol-hercules-40f0847e0faff7526c4290b83b50f9237c1e1438.tar.bz2
evol-hercules-40f0847e0faff7526c4290b83b50f9237c1e1438.tar.xz
evol-hercules-40f0847e0faff7526c4290b83b50f9237c1e1438.zip
Partially impliment script command countitemcolor.
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 6fbabc0..cc54dba 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -21,5 +21,6 @@ BUILDIN(setq);
BUILDIN(getNpcDir);
BUILDIN(setNpcDir);
BUILDIN(rif);
+BUILDIN(countItemColor);
#endif // EVOL_MAP_SCRIPT