All disabling of bots bidding against players

This commit is contained in:
NathanHandley
2025-09-18 17:13:23 -05:00
parent 26bd7d8e0f
commit fd10a5f819
3 changed files with 15 additions and 1 deletions

View File

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