summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
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/script_buildins.h
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/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 374e1eb..aebdb49 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -54,7 +54,6 @@ BUILDIN(successRemoveCardsIndex);
BUILDIN(failedRemoveCardsIndex);
BUILDIN(getCardByIndex);
BUILDIN(removeCardByIndex);
-BUILDIN(isStr);
BUILDIN(npcSit);
BUILDIN(npcStand);
BUILDIN(npcWalkTo);