diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2015-05-01 21:56:33 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2015-05-01 21:56:33 -0400 |
| commit | 0453fafaecd7e365a4746d52a33e3e3a74228f3e (patch) | |
| tree | a40e3ba0eac4b40ebd6cbf83c4f6c804b3f96292 /src/server/game/AuctionHouseBot | |
| parent | 404dc91c7ae8ce5229f1a7eed452ea7cf33fa389 (diff) | |
Core/Enums: Defined two unknown item flags, and cleaned the other item flags enums to reflect a better standardization
Diffstat (limited to 'src/server/game/AuctionHouseBot')
| -rw-r--r-- | src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp b/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp index 2b34d308763..76b2d849a73 100644 --- a/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp +++ b/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp @@ -320,7 +320,7 @@ bool AuctionBotSeller::Initialize() continue; } - if (prototype->GetFlags() & ITEM_FLAG_UNLOCKED) + if (prototype->GetFlags() & ITEM_FIELD_FLAG_UNLOCKED) { // skip any not locked lootable items (mostly quest specific or reward cases) if (!prototype->GetLockID()) |
