diff options
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index b634ad841..62fc2a83b 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -14,8 +14,9 @@ #define ITEMID_RED_GEMSTONE 716 #define ITEMID_BLUE_GEMSTONE 717 #define itemid_isgemstone(id) ( (id) >= ITEMID_YELLOW_GEMSTONE && (id) <= ITEMID_BLUE_GEMSTONE ) - #define ITEMID_TRAP 1065 +#define ITEMID_STONE 7049 +#define ITEMID_SKULL_ 7420 //The only item group required by the code to be known. See const.txt for the full list. #define IG_FINDINGORE 6 |