summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-04-29 01:02:59 +0200
committerGitHub <noreply@github.com>2017-04-29 01:02:59 +0200
commite9daf0e172d5441ec6d264b4056db4f7f3e5780a (patch)
treee1caabf5f8b31434cc0d37de0a73d520a3171950 /src/map/itemdb.h
parent116a10e40cd80bc0629c36bf907868219ff6360b (diff)
parentb767de877460a7fb55c4c8a6bd8e21bcbe079b07 (diff)
downloadhercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.gz
hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.bz2
hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.xz
hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.zip
Merge pull request #1713 from Jedzkie/17-DropAnnounce
Fixes #994
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index 138a783ae..f77801e09 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -111,8 +111,6 @@ enum item_itemid {
ITEMID_FRAGMENT_OF_CRYSTAL = 7321,
ITEMID_SKULL_ = 7420,
ITEMID_TOKEN_OF_SIEGFRIED = 7621,
- ITEMID_GOLD_KEY77 = 7782,
- ITEMID_SILVER_KEY77 = 7783,
ITEMID_SPECIAL_ALLOY_TRAP = 7940,
ITEMID_CATNIP_FRUIT = 11602,
ITEMID_RED_POUCH_OF_SURPRISE = 12024,
@@ -510,6 +508,7 @@ struct item_data {
unsigned keepafteruse : 1;
unsigned force_serial : 1;
unsigned no_options: 1; // < disallows use of item options on the item. (non-equippable items are automatically flagged) [Smokexyz]
+ unsigned drop_announce : 1; // Official Drop Announce [Jedzkie]
} flag;
struct {// item stacking limitation
unsigned short amount;