summaryrefslogtreecommitdiff
path: root/src/emap/struct/itemdext.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-08 00:13:58 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-08 00:13:58 +0300
commitc3262df069c597bd3c56e167cadc077c077d0096 (patch)
treea9e1cee57703634384b543bd0bf6531e364391ce /src/emap/struct/itemdext.h
parent60bc3c265d6633a6f8e98160184d97d362c89a96 (diff)
downloadevol-hercules-c3262df069c597bd3c56e167cadc077c077d0096.tar.gz
evol-hercules-c3262df069c597bd3c56e167cadc077c077d0096.tar.bz2
evol-hercules-c3262df069c597bd3c56e167cadc077c077d0096.tar.xz
evol-hercules-c3262df069c597bd3c56e167cadc077c077d0096.zip
Add support for identified attribute in item_db.conf.s20180313
This attribute set on dropped equipment by mobs. Default value true.
Diffstat (limited to 'src/emap/struct/itemdext.h')
-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 65f0729..ccc4773 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -48,6 +48,7 @@ struct ItemdExt
int16_t subY;
bool allowPickup;
bool charmItem;
+ bool identified;
};
#endif // EVOL_MAP_ITEMDEXT