summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-23 19:12:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-23 19:12:10 +0300
commitbf50409735647a80a7145def628822d5235ea753 (patch)
tree8c3a7007dacc1b40b5d09e7948597132d72e11c8 /src/map/init.c
parentdb2c1615ba8b2a679b81eec2c93d9d68e2c5edf8 (diff)
downloadevol-hercules-bf50409735647a80a7145def628822d5235ea753.tar.gz
evol-hercules-bf50409735647a80a7145def628822d5235ea753.tar.bz2
evol-hercules-bf50409735647a80a7145def628822d5235ea753.tar.xz
evol-hercules-bf50409735647a80a7145def628822d5235ea753.zip
Impliment rif script command.
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 901c964..bc64e32 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -74,7 +74,7 @@ HPExport void plugin_init (void)
addScriptCommand("setq", "ii", setq);
addScriptCommand("getnpcdir", "*", getNpcDir);
addScriptCommand("setnpcdir", "*", setNpcDir);
- addScriptCommand("rif", "is*", dummyStr);
+ addScriptCommand("rif", "is*", rif);
addScriptCommand("countitemcolor", "*", dummyInt);
addScriptCommandDeprecated("getclientversion", "", getClientVersion);
// must be replaced to misceffect