diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-10-28 20:57:18 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-10-28 21:02:39 +0100 |
| commit | 573707457ea1ec340266e69e77a40b42b3c5088b (patch) | |
| tree | 130cf755107d3cec7084623e73c7638cceff6349 /src/server/worldserver | |
| parent | 32042682004c058909f0d56be03cf5e872e2b05c (diff) | |
Merge pull request #13440 from Rochet2/ahbot
Core/AH: AHBot related fixes
(cherry picked from commit 248847290ae11478d51decdc605691311dc934c5)
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 8ea37129c53..a927e45e89e 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -27,6 +27,9 @@ # CONSOLE AND REMOTE ACCESS # CHARACTER DELETE OPTIONS # CUSTOM SERVER OPTIONS +# AUCTION HOUSE BOT SETTINGS +# AUCTION HOUSE BOT ITEM FINE TUNING +# AUCTION HOUSE BOT BUYER CONFIG # LOGGING SYSTEM SETTINGS # CURRENCIES SETTINGS # PACKET SPOOF PROTECTION SETTINGS @@ -2873,8 +2876,8 @@ AuctionHouseBot.Class.Glyph = 3 ################################################################################################### ################################################################################################### +# AUCTION HOUSE BOT ITEM FINE TUNING # -# AHBot ITEM FINE TUNING # The following are usefull for limiting what character levels can # benefit from the auction house # @@ -2947,7 +2950,7 @@ AuctionHouseBot.forceExcludeItems = "" ################################################################################################### ################################################################################################### -# AHBot Buyer config +# AUCTION HOUSE BOT BUYER CONFIG # # AuctionHouseBot.Buyer.Enabled # Description: General enable or disable AuctionHouseBot Buyer functionality |
