summaryrefslogtreecommitdiff
path: root/src/map/init.c
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/init.c
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/init.c')
-rw-r--r--src/map/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/init.c b/src/map/init.c
index bc64e32..6732065 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -75,7 +75,7 @@ HPExport void plugin_init (void)
addScriptCommand("getnpcdir", "*", getNpcDir);
addScriptCommand("setnpcdir", "*", setNpcDir);
addScriptCommand("rif", "is*", rif);
- addScriptCommand("countitemcolor", "*", dummyInt);
+ addScriptCommand("countitemcolor", "v*", countItemColor);
addScriptCommandDeprecated("getclientversion", "", getClientVersion);
// must be replaced to misceffect
addScriptCommand("misceffect2", "i*", dummy);