diff options
Diffstat (limited to 'src/game/AuctionHouseBot.h')
-rw-r--r-- | src/game/AuctionHouseBot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AuctionHouseBot.h b/src/game/AuctionHouseBot.h index 7fcd234bafa..208a09aa0b2 100644 --- a/src/game/AuctionHouseBot.h +++ b/src/game/AuctionHouseBot.h @@ -163,7 +163,7 @@ public: } uint32 GetMinItems() { - if ((minItems == 0) && (maxItems)) + if ((minItems == 0) && (maxItems)) return maxItems; else if ((maxItems) && (minItems > maxItems)) return maxItems; |