summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-13 20:08:55 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-13 20:30:34 +0300
commitf7cce6ac2d1c010af4865212dc6ddc2a7aea66a4 (patch)
tree7d65ea2e1bd9fb9379157dce324c1d601d0518e9 /src/emap/struct
parent5b49e94e000d31299e9e97e339e7ad273cdfa032 (diff)
downloadevol-hercules-f7cce6ac2d1c010af4865212dc6ddc2a7aea66a4.tar.gz
evol-hercules-f7cce6ac2d1c010af4865212dc6ddc2a7aea66a4.tar.bz2
evol-hercules-f7cce6ac2d1c010af4865212dc6ddc2a7aea66a4.tar.xz
evol-hercules-f7cce6ac2d1c010af4865212dc6ddc2a7aea66a4.zip
Add support for drop script for items dropped by player.
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/itemdext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h
index 60a6bfc..4cc1f3b 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -34,6 +34,7 @@ struct ItemdExt
int unequipFailEffect;
struct ItemCardExt allowedCards[100];
+ struct script_code *dropScript;
bool allowPickup;
bool charmItem;