aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorForesterDev <11771800+ForesterDev@users.noreply.github.com>2019-03-12 12:34:34 +0400
committerGiacomo Pozzoni <giacomopoz@gmail.com>2019-03-12 09:34:34 +0100
commitf6d3a5b9b98b8f422588694a2197adacea62c675 (patch)
tree08b2ac7dd9bbfda6bc76488c71c6251bf38935e6 /src/server/worldserver
parent56749580226f7bafe377a357bcbb73b05f5b7f47 (diff)
Core/AuctionHouse: use DisableMgr to disable specific items (#19289)
* Core/AuctionHouse: use DisableMgr to disable specific item for AuctionHouse or AuctionHouseBot
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index eb31fc4da9a..a65ba57c33e 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -3647,16 +3647,6 @@ AuctionHouseBot.Class.Container.ItemLevel.Max = 0
AuctionHouseBot.forceIncludeItems = ""
#
-# AuctionHouseBot.forceExcludeItems
-# Description: Exclude these items even if they would pass the filters
-# List of ids with delimiter ','
-# Example: "21878,27774,27811,28117,28122,43949" (this removes old items)
-# Default: ""
-#
-
-AuctionHouseBot.forceExcludeItems = "6343,6345,6376"
-
-#
# AuctionHouseBot.Class.RandomStackRatio.*
# Description: Used to determine how often a stack of the class will be single or randomly-size stacked when posted
# Value needs to be between 0 and 100, no decimal. Anything higher than 100 will be treated as 100