diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-15 18:19:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 18:54:08 +0300 |
commit | 5c201b1f0df178d6551210afcec7876f21c73bfe (patch) | |
tree | 3a704fe8e58166b6e1a09ed8896b425367073d5d /src/map/script.h | |
parent | e48ddae488b467c169682d5ce926b28936afa7be (diff) | |
download | evol-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.h | 1 |
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 |