summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-14 01:54:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-14 02:42:36 +0300
commit388961002f81f1e8ddd5343c54d510af0ad5bdc6 (patch)
treeb9ba33ddd0de676d9bd4f9edc19684b43e00b564 /src/emap/struct
parent4bf7ac022dd4baf2ddca750971ecd2853979a40c (diff)
downloadevol-hercules-388961002f81f1e8ddd5343c54d510af0ad5bdc6.tar.gz
evol-hercules-388961002f81f1e8ddd5343c54d510af0ad5bdc6.tar.bz2
evol-hercules-388961002f81f1e8ddd5343c54d510af0ad5bdc6.tar.xz
evol-hercules-388961002f81f1e8ddd5343c54d510af0ad5bdc6.zip
Add support for item attribute MaxFloorOffset.
Change plugin version to 12.
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/itemdext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h
index 6ce3017..2ce9e61 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -39,6 +39,8 @@ struct ItemdExt
struct script_code *takeScript;
struct script_code *insertScript;
+ int16_t subX;
+ int16_t subY;
bool allowPickup;
bool charmItem;
};