From 369f7b3a44b0838e168ef7dcdc36d182845e8874 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Nov 2014 16:58:56 +0300 Subject: Replace script function misceffect2 to misceffect. --- src/map/init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/init.c') 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(); -- cgit v1.2.3-70-g09d2