mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-02 10:33:48 +00:00
feat(DB): Manage disabled items in DB
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
#
|
||||
|
||||
DB_WORLD_CUSTOM_PATHS+=(
|
||||
$MOD_AH_BOT_ROOT"/sql/world/"
|
||||
$MOD_AH_BOT_ROOT"/sql/world/base/"
|
||||
)
|
||||
|
||||
@@ -178,9 +178,9 @@ AuctionHouseBot.DisableDruidItems = 0
|
||||
###############################################################################
|
||||
# AUCTION HOUSE BOT FILTERS PART 3
|
||||
#
|
||||
# AuctionHouseBot.DisabledItems
|
||||
# Prevent Seller from listing specific item(s)
|
||||
# Default "" (none)
|
||||
# AuctionHouseBot.DisabledItems
|
||||
# Prevent Seller from listing specific item(s)
|
||||
# (not used anymore, see table "mod_auctionhousebot_disabled_items")
|
||||
#
|
||||
# AuctionHouseBot.DisableItemsBelowLevel
|
||||
# Prevent Seller from listing Items below this Level
|
||||
@@ -248,7 +248,6 @@ AuctionHouseBot.DisableDruidItems = 0
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
AuctionHouseBot.DisabledItems = ""
|
||||
AuctionHouseBot.DisableItemsBelowLevel = 0
|
||||
AuctionHouseBot.DisableItemsAboveLevel = 0
|
||||
AuctionHouseBot.DisableTGsBelowLevel = 0
|
||||
|
||||
Reference in New Issue
Block a user