summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-02 12:18:24 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-02 12:18:24 +0000
commite1d0bdd2fcdcdb1452d0bf191b427459951e147f (patch)
treebf9e1919794a0505d003d3205e45b493261315f3 /src/map/itemdb.h
parentffc190d0ac0c1b6def3fb947c0fb36004fe6c13d (diff)
downloadhercules-e1d0bdd2fcdcdb1452d0bf191b427459951e147f.tar.gz
hercules-e1d0bdd2fcdcdb1452d0bf191b427459951e147f.tar.bz2
hercules-e1d0bdd2fcdcdb1452d0bf191b427459951e147f.tar.xz
hercules-e1d0bdd2fcdcdb1452d0bf191b427459951e147f.zip
Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp skull drop, respectively).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13035 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h3
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