diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-02 14:02:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-02 14:03:21 +0300 |
commit | 0cff16e9883c633d8ef21228ec2991e53da54cd7 (patch) | |
tree | 22577e4d3989d2205df5804f678f9cc1ec22b2a9 /src/map/script.h | |
parent | 1d23256b629c02102f57b6262d261c6a4c986887 (diff) | |
download | evol-hercules-0cff16e9883c633d8ef21228ec2991e53da54cd7.tar.gz evol-hercules-0cff16e9883c633d8ef21228ec2991e53da54cd7.tar.bz2 evol-hercules-0cff16e9883c633d8ef21228ec2991e53da54cd7.tar.xz evol-hercules-0cff16e9883c633d8ef21228ec2991e53da54cd7.zip |
Reimpliment script function getareadropitem with additional parameter.
getareadropitem map, x1, y1, x2, y2, item [, delFlag]
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 e82a57c..b31cfb1 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -38,5 +38,6 @@ BUILDIN(getMapName); BUILDIN(unequipById); BUILDIN(isPcDead); BUILDIN(areaTimer); +BUILDIN(getAreaDropItem); #endif // EVOL_MAP_SCRIPT |