summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-02 14:02:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-02 14:03:21 +0300
commit0cff16e9883c633d8ef21228ec2991e53da54cd7 (patch)
tree22577e4d3989d2205df5804f678f9cc1ec22b2a9 /src/map/script.h
parent1d23256b629c02102f57b6262d261c6a4c986887 (diff)
downloadevol-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.h1
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