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__