Update comments in config

This commit is contained in:
NathanHandley
2025-08-02 11:09:02 -05:00
parent 5f5eb9f4c1
commit 422b46221f

View File

@@ -22,7 +22,7 @@
# These are the character GUIDS (from characters->characters table) that
# will be used to create auctions and otherwise interact with auctions.
# It can be a single value or multiple values that are separated by a
# comma. Note: a GUID of "0" will be ignored!
# comma (do not have spaces!). Note: a GUID of "0" will be ignored!
# Examples:
# AuctionHouseBot.GUIDs = 3 <- Only character with GUID 3
# AuctionHouseBot.GUIDs = 3,4 <- Both characters with GUID 3 and 4
@@ -30,7 +30,10 @@
# AuctionHouseBot.ItemsPerCycle
# How many items to post on the auction house every house update. Items
# in a cycle will be posted by a single randomly selected bot, so Keep
# this value low if you want highly diverse postings
# this value low if you want highly diverse postings. Do note that
# this value has a direct impact on login startup time (specifically time
# from startup complete to first character being able to log in) so a
# value greater than a few hundred is not recommended.
# Default 75
###############################################################################