diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-08-28 22:49:45 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-08-28 22:49:45 +0200 |
| commit | cb591634b42e386a3ac851706cd130f1b68407fe (patch) | |
| tree | 5d034ac64fa57420c1cd23db5a513dee2eaed37f /src/server/worldserver | |
| parent | cb37e2c9d14d047fb263ed0e4bd78de4f6a57ba3 (diff) | |
Core/AuctionHouse: Merge last changes of PR #12917
Merge last changes of PR #12917 and fix a NULL dereference crash
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 824a1ae475e..9a78d74bb45 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -2738,16 +2738,16 @@ AuctionHouseBot.LockBox.Enabled = 0 # # AuctionHouseBot.ItemsPerCycle.Boost -# Description: This value is used to fill DB faster than normal when there is more than this value on missed items (not auctioned items). -# Normaly this value is only used once on server start with empty auction table. +# Description: This value is used to fill AH faster than normal when there is more than this value on missed items (not auctioned items). +# Usually this value is only used once on server start with empty auction table. # Default: 1000 AuctionHouseBot.ItemsPerCycle.Boost = 1000 # # AuctionHouseBot.ItemsPerCycle.Normal -# Description: This value is used to fill DB with way with less cpu/db using. -# Normaly this value is used always when auction table is already initialised. +# Description: This value is used to fill AH for sold and expired items. A high value will be more resource intensive +# Usually this value is used always when auction table is already initialised. # Default: 20 AuctionHouseBot.ItemsPerCycle.Normal = 20 @@ -2785,7 +2785,6 @@ AuctionHouseBot.Neutral.Price.Ratio = 100 # AuctionHouseBot.Items.ItemLevel.* # Description: Prevent seller from listing items below/above this item level # Default: 0 - (Disabled) -# 1-80 (Levels) AuctionHouseBot.Items.ItemLevel.Min = 0 AuctionHouseBot.Items.ItemLevel.Max = 0 |
