diff options
Diffstat (limited to 'src/server/game/Groups/Group.h')
-rw-r--r-- | src/server/game/Groups/Group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Groups/Group.h b/src/server/game/Groups/Group.h index 4b57b55c2ae..520d1da80dd 100644 --- a/src/server/game/Groups/Group.h +++ b/src/server/game/Groups/Group.h @@ -182,7 +182,7 @@ class Roll : public LootValidatorRef ItemDisenchantLootEntry const* GetItemDisenchantLoot(Player const* player) const; uint32 itemid; - ItemRandomEnchantmentId itemRandomPropId; + ItemRandomBonusListId itemRandomBonusListId; uint8 itemCount; typedef std::map<ObjectGuid, RollVote> PlayerVote; PlayerVote playerVote; //vote position correspond with player position (in group) |