From 3ed6542c1d36cd97320527d15fd53973d1689d8b Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Sat, 17 Jul 2010 03:00:30 +0200 Subject: [PATCH] [10204] Add one more known value for item flags2. --- src/game/ItemPrototype.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/ItemPrototype.h b/src/game/ItemPrototype.h index 8119a711c..5857fc34e 100644 --- a/src/game/ItemPrototype.h +++ b/src/game/ItemPrototype.h @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index cfe5b397b..02852c874 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10203" + #define REVISION_NR "10204" #endif // __REVISION_NR_H__