diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:42:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:42:14 +0300 |
commit | db82d35cb549aa305df53c4f0cbe5149062161e3 (patch) | |
tree | b84d5e84283a3a4377d77a9e360fe4e9836227ff /src/map/script.h | |
parent | 11d79efc68426eb1642ee41a2c576e6e5c5782f2 (diff) | |
download | plugin-db82d35cb549aa305df53c4f0cbe5149062161e3.tar.gz plugin-db82d35cb549aa305df53c4f0cbe5149062161e3.tar.bz2 plugin-db82d35cb549aa305df53c4f0cbe5149062161e3.tar.xz plugin-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.h | 1 |
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 |