summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
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);