summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-26 16:58:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-26 16:58:56 +0300
commit369f7b3a44b0838e168ef7dcdc36d182845e8874 (patch)
tree57690592aef1c0560aef150ea87e2e6f2f8c7e1b /src/map/init.c
parente7434a2c9bb05e2c2404092cab842236e9a155e8 (diff)
downloadevol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.tar.gz
evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.tar.bz2
evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.tar.xz
evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.zip
Replace script function misceffect2 to misceffect.
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();