summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-15 18:19:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 18:54:08 +0300
commit5c201b1f0df178d6551210afcec7876f21c73bfe (patch)
tree3a704fe8e58166b6e1a09ed8896b425367073d5d /src/map/script.h
parente48ddae488b467c169682d5ce926b28936afa7be (diff)
downloadevol-hercules-5c201b1f0df178d6551210afcec7876f21c73bfe.tar.gz
evol-hercules-5c201b1f0df178d6551210afcec7876f21c73bfe.tar.bz2
evol-hercules-5c201b1f0df178d6551210afcec7876f21c73bfe.tar.xz
evol-hercules-5c201b1f0df178d6551210afcec7876f21c73bfe.zip
Impliment script function getItemLink.
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 8d929f9..d9f2f2d 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -13,5 +13,6 @@ BUILDIN(restoreCam);
BUILDIN(npcTalk3);
BUILDIN(closeDialog);
BUILDIN(shop);
+BUILDIN(getItemLink);
#endif // EVOL_MAP_SCRIPT