summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-29 20:01:09 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-29 20:01:09 +0000
commitdf4a6f64d6b6de02b880aa81894207f55a24d21a (patch)
treecd4ff19407aa0ebd906ed2917b6fb5a459c1454f /src/map/itemdb.h
parenteab53cdb7d4564024793e2a1492af87bd3fae903 (diff)
downloadhercules-df4a6f64d6b6de02b880aa81894207f55a24d21a.tar.gz
hercules-df4a6f64d6b6de02b880aa81894207f55a24d21a.tar.bz2
hercules-df4a6f64d6b6de02b880aa81894207f55a24d21a.tar.xz
hercules-df4a6f64d6b6de02b880aa81894207f55a24d21a.zip
Fixed a compilation problem and warning (maybe).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11611 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 9d1a62f6d..507478196 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -71,7 +71,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 : 3; //Specifies if the upper-type can equip it (1: normal, 2: upper, 3: baby)
+ unsigned class_upper : 3; //Specifies if the upper-type can equip it (bitfield, 1: normal, 2: upper, 3: baby)
struct {
unsigned short chance;
int id;