mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
[11745] Use less CPU/HDD loading value for AuctionHouseBot.ItemsPerCycle.Boost
Update it in your habot.conf version if you have haby load at mangosd startup time from ahbot activity Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d1d4973f95
commit
8606dcc25f
3 changed files with 4 additions and 4 deletions
|
|
@ -321,7 +321,7 @@ void AuctionBotConfig::GetConfigFromFile()
|
|||
|
||||
setConfig(CONFIG_BOOL_AHBOT_BUYPRICE_SELLER , "AuctionHouseBot.BuyPrice.Seller" , true);
|
||||
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEMS_PER_CYCLE_BOOST , "AuctionHouseBot.ItemsPerCycle.Boost" , 1000);
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEMS_PER_CYCLE_BOOST , "AuctionHouseBot.ItemsPerCycle.Boost" , 75);
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEMS_PER_CYCLE_NORMAL , "AuctionHouseBot.ItemsPerCycle.Normal" , 20);
|
||||
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEM_MIN_ITEM_LEVEL , "AuctionHouseBot.Items.ItemLevel.Min" , 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue