From c3262df069c597bd3c56e167cadc077c077d0096 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Mar 2018 00:13:58 +0300 Subject: Add support for identified attribute in item_db.conf. This attribute set on dropped equipment by mobs. Default value true. --- src/emap/struct/itemdext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/struct') 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 -- cgit v1.2.3-70-g09d2