summaryrefslogtreecommitdiff
path: root/src/map/script.h
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/script.h
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/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 b9b13db..6fbabc0 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -20,5 +20,6 @@ BUILDIN(getq);
BUILDIN(setq);
BUILDIN(getNpcDir);
BUILDIN(setNpcDir);
+BUILDIN(rif);
#endif // EVOL_MAP_SCRIPT