diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-30 17:44:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-30 17:44:47 +0300 |
commit | 8290e4011fb9c5532c96f916d17d19567077f995 (patch) | |
tree | e6fcca955c78ee8aad072b05c8c9c3de5b8fc382 /src/emap/script_buildins.h | |
parent | e2874a254e4270b58727a1fb3285cc167d04fa38 (diff) | |
download | evol-hercules-8290e4011fb9c5532c96f916d17d19567077f995.tar.gz evol-hercules-8290e4011fb9c5532c96f916d17d19567077f995.tar.bz2 evol-hercules-8290e4011fb9c5532c96f916d17d19567077f995.tar.xz evol-hercules-8290e4011fb9c5532c96f916d17d19567077f995.zip |
Add script command successremovecardsindex.
For remove all cards from item by inventory index.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index 978f234..b3c3598 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -47,6 +47,7 @@ BUILDIN(isUnitWalking); BUILDIN(failedRefIndex); BUILDIN(downRefIndex); BUILDIN(successRefIndex); +BUILDIN(successRemoveCardsIndex); BUILDIN(isStr); BUILDIN(npcSit); BUILDIN(npcStand); |