feat(DB): Manage disabled items in DB

This commit is contained in:
Stoabrogga
2020-02-28 09:10:19 +01:00
parent 2a609422bf
commit b992a8cc0c
9 changed files with 477 additions and 193 deletions

View File

@@ -5,5 +5,5 @@
#
DB_WORLD_CUSTOM_PATHS+=(
$MOD_AH_BOT_ROOT"/sql/world/"
$MOD_AH_BOT_ROOT"/sql/world/base/"
)

View File

@@ -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