diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-24 23:22:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-24 23:22:07 +0300 |
commit | 083278009ab0d94d305754c14c7372b61f410931 (patch) | |
tree | e69cb84cdb882e829335bbd472fda031fb8995a6 /src/map/struct/itemdext.h | |
parent | 82293aa84c93ba1cbe822387a5cde55b979ffcb6 (diff) | |
download | plugin-083278009ab0d94d305754c14c7372b61f410931.tar.gz plugin-083278009ab0d94d305754c14c7372b61f410931.tar.bz2 plugin-083278009ab0d94d305754c14c7372b61f410931.tar.xz plugin-083278009ab0d94d305754c14c7372b61f410931.zip |
Add into item_db.conf option AllowPickup, by default true.
It allow pickup item from ground.
Diffstat (limited to 'src/map/struct/itemdext.h')
-rw-r--r-- | src/map/struct/itemdext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/struct/itemdext.h b/src/map/struct/itemdext.h index 837f5bb..4dce554 100644 --- a/src/map/struct/itemdext.h +++ b/src/map/struct/itemdext.h @@ -7,6 +7,7 @@ struct ItemdExt { int floorLifeTime; + bool allowPickup; }; #endif // EVOL_MAP_ITEMDEXT |