summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-28 23:48:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-28 23:48:06 +0300
commitcb6e0f1b68ad76402f00968ea6ea65758daa8fbd (patch)
treebbb13e6d59b0143817e559c9fb8f6a9656fe864e /src/map/itemdb.h
parent296e6c04a4c1a01a233c937bd198a31fa849f49c (diff)
parentf1afe0dfee7f97d46f6dad924f75d08956d17620 (diff)
downloadhercules-cb6e0f1b68ad76402f00968ea6ea65758daa8fbd.tar.gz
hercules-cb6e0f1b68ad76402f00968ea6ea65758daa8fbd.tar.bz2
hercules-cb6e0f1b68ad76402f00968ea6ea65758daa8fbd.tar.xz
hercules-cb6e0f1b68ad76402f00968ea6ea65758daa8fbd.zip
Merge pull request #955 from HerculesWS/src-id-constants
Replaced several numeric constants with enums
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index f508f5c1d..5ea22b190 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -104,6 +104,8 @@ 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_TRAP_ALLOY = 7940,
ITEMID_RED_POUCH_OF_SURPRISE = 12024,
ITEMID_BLOODY_DEAD_BRANCH = 12103,