summaryrefslogtreecommitdiff
path: root/src/map/init.c
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/init.c
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/init.c')
-rw-r--r--src/map/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/init.c b/src/map/init.c
index eaa99a6..3bf987a 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -47,7 +47,7 @@ HPExport void plugin_init (void)
addScriptCommand("npctalk3", "s", npcTalk3);
addScriptCommand("closedialog", "", closeDialog);
addScriptCommand("shop", "s", shop);
- addScriptCommand("getitemlink", "s", dummyStr);
+ addScriptCommand("getitemlink", "s", getItemLink);
addScriptCommand("l", "s*", l);
addScriptCommandDeprecated("getlang", "", getLang);
addScriptCommandDeprecated("setlang", "i", setLang);