Add config for buyer to always pay calc price on bid

This commit is contained in:
NathanHandley
2025-09-19 07:08:46 -05:00
parent 52e0e19b5a
commit be50926f30
3 changed files with 18 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ private:
uint32 ListingExpireTimeInSecondsMin;
uint32 ListingExpireTimeInSecondsMax;
float BuyingBotAcceptablePriceModifier;
bool BuyingBotAlwaysBidMaxCalculatedPrice;
bool BuyingBotWillBidAgainstPlayers;
std::vector<uint32> vendorItemsPrices;
std::string AHCharactersGUIDsForQuery;