diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-06-05 11:24:45 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-05 11:24:45 -0400 |
commit | f49984841dc39c63e7a2befd2cef4f88f60cbade (patch) | |
tree | 3337050b4f0c136f3196022533f245e918498c15 /src/emap/script_buildins.h | |
parent | cf484334d22f41e3cd881fdc6aedd2df306dd2e0 (diff) | |
download | evol-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.h | 1 |
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); |