summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-06-05 11:23:41 -0400
committergumi <mekolat@users.noreply.github.com>2017-06-05 11:23:41 -0400
commitcf484334d22f41e3cd881fdc6aedd2df306dd2e0 (patch)
treebb439f4c41057b8ac759b0913f1d930d9a692bfc /src/emap/init.c
parentd87f223424d15b6192f4873b9bdfd7818c695475 (diff)
downloadevol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.tar.gz
evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.tar.bz2
evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.tar.xz
evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.zip
remove misceffect
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 9bc7608..d46254d 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -140,7 +140,6 @@ HPExport void plugin_init (void)
addScriptCommand("npcstand", "*", npcStand);
addScriptCommand("npcwalkto", "ii", npcWalkTo);
addScriptCommand("rif", "is*", rif);
- addScriptCommand("misceffect", "i*", miscEffect);
addScriptCommand("setmapmask", "si", setMapMask);
addScriptCommand("addmapmask", "si", addMapMask);
addScriptCommand("removemapmask", "si", removeMapMask);