summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-04 00:42:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-04 00:42:14 +0300
commitdb82d35cb549aa305df53c4f0cbe5149062161e3 (patch)
treeb84d5e84283a3a4377d77a9e360fe4e9836227ff /src/map/script.h
parent11d79efc68426eb1642ee41a2c576e6e5c5782f2 (diff)
downloadevol-hercules-db82d35cb549aa305df53c4f0cbe5149062161e3.tar.gz
evol-hercules-db82d35cb549aa305df53c4f0cbe5149062161e3.tar.bz2
evol-hercules-db82d35cb549aa305df53c4f0cbe5149062161e3.tar.xz
evol-hercules-db82d35cb549aa305df53c4f0cbe5149062161e3.zip
Copy setmount script command from hercules and remove limits for class job.
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 b31cfb1..b9247b3 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -39,5 +39,6 @@ BUILDIN(unequipById);
BUILDIN(isPcDead);
BUILDIN(areaTimer);
BUILDIN(getAreaDropItem);
+BUILDIN(setMount);
#endif // EVOL_MAP_SCRIPT