summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-05 17:09:47 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-05 17:09:47 +0000
commitb81ff1c3772fddc5885042a29d8b8ece39a4629a (patch)
tree055aa194633551bb98dbfc83352079a3f4512816 /src/map/itemdb.h
parent0a21b3250da89a79769f40ad8244de7898e549fe (diff)
downloadhercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.gz
hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.bz2
hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.xz
hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.zip
- Merged Auction Search and Register. It seen to work fine, so you can test those.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12301 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index 865ceaf9d..6be49f3e9 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -17,23 +17,6 @@
#define ITEMID_TRAP 1065
-
-enum item_types {
- IT_HEALING = 0,
- IT_UNKNOWN, //1
- IT_USABLE, //2
- IT_ETC, //3
- IT_WEAPON, //4
- IT_ARMOR, //5
- IT_CARD, //6
- IT_PETEGG, //7
- IT_PETARMOR,//8
- IT_UNKNOWN2,//9
- IT_AMMO, //10
- IT_DELAYCONSUME,//11
- IT_MAX
-};
-
//The only item group required by the code to be known. See const.txt for the full list.
#define IG_FINDINGORE 6
#define IG_POTION 37