calculate new CyclesBetweenBuyOrSell only if update cycle is hit

This commit is contained in:
zeb
2025-09-26 23:04:20 -04:00
parent e0a465811d
commit cb2c196c8b
2 changed files with 5 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ private:
bool SellingBotEnabled;
bool BuyingBotEnabled;
uint32 CyclesBetweenBuyOrSellMin;
uint32 CyclesBetweenBuyOrSell;
uint32 CyclesBetweenBuyOrSellMax;
uint32 MaxBuyoutPriceInCopper;
float BuyoutVariationReducePercent;