summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-06-05 11:24:45 -0400
committergumi <mekolat@users.noreply.github.com>2017-06-05 11:24:45 -0400
commitf49984841dc39c63e7a2befd2cef4f88f60cbade (patch)
tree3337050b4f0c136f3196022533f245e918498c15 /src/emap/init.c
parentcf484334d22f41e3cd881fdc6aedd2df306dd2e0 (diff)
downloadevol-hercules-f49984841dc39c63e7a2befd2cef4f88f60cbade.tar.gz
evol-hercules-f49984841dc39c63e7a2befd2cef4f88f60cbade.tar.bz2
evol-hercules-f49984841dc39c63e7a2befd2cef4f88f60cbade.tar.xz
evol-hercules-f49984841dc39c63e7a2befd2cef4f88f60cbade.zip
remove isstr
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 d46254d..835d8b3 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -165,7 +165,6 @@ HPExport void plugin_init (void)
addScriptCommand("failedremovecardsindex", "ii", failedRemoveCardsIndex);
addScriptCommand("getcardbyindex", "ii", getCardByIndex);
addScriptCommand("removecardbyindex", "ii", removeCardByIndex);
- addScriptCommand("isstr", "v", isStr);
addScriptCommand("setbgteam", "ii", setBgTeam);
addScriptCommand("checknpccell", "siii", checkNpcCell);
addScriptCommand("setcells", "siiiiis", setCells);