mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-03 11:03:49 +00:00
Travis fixes (#9)
* updating code for travis-based compile * Adding files for travis * quick fix to config file * updating README * Update AuctionHouseBot.cpp Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
This commit is contained in:
9
conf/conf.sh.dist
Normal file
9
conf/conf.sh.dist
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# CUSTOM
|
||||
#
|
||||
|
||||
DB_WORLD_CUSTOM_PATHS+=(
|
||||
$MOD_AH_BOT_ROOT"/sql/world/"
|
||||
)
|
||||
@@ -183,6 +183,10 @@ AuctionHouseBot.DisableDruidItems = 0
|
||||
###############################################################################
|
||||
# AUCTION HOUSE BOT FILTERS PART 3
|
||||
#
|
||||
# AuctionHouseBot.DisabledItems
|
||||
# Prevent Seller from listing specific item(s)
|
||||
# Default "" (none)
|
||||
#
|
||||
# AuctionHouseBot.DisableItemsBelowLevel
|
||||
# Prevent Seller from listing Items below this Level
|
||||
# Default 0 (Off)
|
||||
@@ -249,6 +253,7 @@ AuctionHouseBot.DisableDruidItems = 0
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
AuctionHouseBot.DisabledItems = ""
|
||||
AuctionHouseBot.DisableItemsBelowLevel = 0
|
||||
AuctionHouseBot.DisableItemsAboveLevel = 0
|
||||
AuctionHouseBot.DisableTGsBelowLevel = 0
|
||||
|
||||
Reference in New Issue
Block a user