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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/init.c b/src/map/init.c
index 910b5df..03e6320 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -74,8 +74,7 @@ HPExport void plugin_init (void)
addScriptCommand("setnpcdir", "*", setNpcDir);
addScriptCommand("rif", "is*", rif);
addScriptCommand("countitemcolor", "v*", countItemColor);
- // must be replaced to misceffect
- addScriptCommand("misceffect2", "i*", dummy);
+ addScriptCommand("misceffect", "i*", miscEffect);
do_init_langs();