summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-29 10:39:36 -0300
committershennetsind <ind@henn.et>2013-07-29 10:39:36 -0300
commit1caae981b4f000b67bdd0b118fb76797c2bfa06c (patch)
treeafcf1f2881cfc88029fab7d0fdc161d0e04df9d7 /src/map/itemdb.h
parent2eab181cece04d8c6a79f9d1a3ff74343cd3ae76 (diff)
downloadhercules-1caae981b4f000b67bdd0b118fb76797c2bfa06c.tar.gz
hercules-1caae981b4f000b67bdd0b118fb76797c2bfa06c.tar.bz2
hercules-1caae981b4f000b67bdd0b118fb76797c2bfa06c.tar.xz
hercules-1caae981b4f000b67bdd0b118fb76797c2bfa06c.zip
Ultimate Item DB Update
http://hercules.ws/board/topic/1778-ultimate-item-db-update/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index 41f40895b..45d4311e1 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -124,7 +124,7 @@ struct item_data {
//Lupus: I rearranged order of these fields due to compatibility with ITEMINFO script command
// some script commands should be revised as well...
unsigned int class_base[3]; //Specifies if the base can wear this item (split in 3 indexes per type: 1-1, 2-1, 2-2)
- unsigned class_upper : 4; //Specifies if the upper-type can equip it (bitfield, 1: normal, 2: upper, 3: baby,4:third)
+ unsigned class_upper : 6; //Specifies if the upper-type can equip it (bitfield, 0x01: normal, 0x02: upper, 0x04: baby normal, 0x08: third normal, 0x10: third upper, 0x20: third baby)
struct {
unsigned short chance;
int id;