summaryrefslogtreecommitdiff
path: root/src/emap/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-12 14:45:02 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-12 14:45:02 +0300
commitb697b14764f18978c7894113adbad86637cbcdcc (patch)
tree66fe7dd978ccf0601e877df8766695b4773a0f2a /src/emap/script.h
parent32edcdcf47c804d0bb40299fad5d184b558bb76c (diff)
downloadevol-hercules-b697b14764f18978c7894113adbad86637cbcdcc.tar.gz
evol-hercules-b697b14764f18978c7894113adbad86637cbcdcc.tar.bz2
evol-hercules-b697b14764f18978c7894113adbad86637cbcdcc.tar.xz
evol-hercules-b697b14764f18978c7894113adbad86637cbcdcc.zip
Add script command for get item amount from one craft slot.
New script command: getcraftslotamount id, slot
Diffstat (limited to 'src/emap/script.h')
-rw-r--r--src/emap/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script.h b/src/emap/script.h
index c74a09b..c433baf 100644
--- a/src/emap/script.h
+++ b/src/emap/script.h
@@ -69,5 +69,6 @@ BUILDIN(initCraft);
BUILDIN(dumpCraft);
BUILDIN(deleteCraft);
BUILDIN(getCraftSlotId);
+BUILDIN(getCraftSlotAmount);
#endif // EVOL_MAP_SCRIPT