mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10204] Add one more known value for item flags2.
This commit is contained in:
parent
4e16982d18
commit
3ed6542c1d
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10203"
|
||||
#define REVISION_NR "10204"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue