summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-14 15:12:24 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-14 15:12:24 +0300
commita9d772ec217d54879183685b92b4790ba8c5185d (patch)
treecd52d91245303767622bfc150cce36fe9fce76ff /src/map/init.c
parenta64d627afaf3c2211de164cc25325323092db3cc (diff)
downloadevol-hercules-a9d772ec217d54879183685b92b4790ba8c5185d.tar.gz
evol-hercules-a9d772ec217d54879183685b92b4790ba8c5185d.tar.bz2
evol-hercules-a9d772ec217d54879183685b92b4790ba8c5185d.tar.xz
evol-hercules-a9d772ec217d54879183685b92b4790ba8c5185d.zip
Mark script command getclientversion as deprecated.
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 2381de5..cb09ae3 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -56,7 +56,7 @@ HPExport void plugin_init (void)
addScriptCommand("setnpcdir", "*", dummy);
addScriptCommand("rif", "is*", dummyStr);
addScriptCommand("countitemcolor", "*", dummyInt);
- addScriptCommand("getclientversion", "", getClientVersion);
+ addScriptCommandDeprecated("getclientversion", "", getClientVersion);
// must be replaced to misceffect
addScriptCommand("misceffect2", "i*", dummy);