[10204] Add one more known value for item flags2.

This commit is contained in:
XTZGZoReX 2010-07-17 03:00:30 +02:00
parent 4e16982d18
commit 3ed6542c1d
2 changed files with 2 additions and 1 deletions

View file

@ -137,6 +137,7 @@ enum ItemFlags2
ITEM_FLAGS2_HORDE_ONLY = 0x00000001, // drop in loot, sell by vendor and equipping only for horde
ITEM_FLAGS2_ALLIANCE_ONLY = 0x00000002, // drop in loot, sell by vendor and equipping only for alliance
ITEM_FLAGS2_EXT_COST_REQUIRES_GOLD = 0x00000004, // item cost include gold part in case extended cost use also
ITEM_FLAGS2_NEED_ROLL_DISABLED = 0x00000100, // need roll during looting is not allowed for this item
};
enum BAG_FAMILY_MASK

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10203"
#define REVISION_NR "10204"
#endif // __REVISION_NR_H__