Revert "Fixed opening trade window while using DBM or Questie addon (#1363)" (#1367)

This reverts commit dfa87faf5e.
This commit is contained in:
bash
2025-06-09 01:53:17 +02:00
committed by GitHub
parent 499a80db14
commit 6fbaf6510b
4 changed files with 2 additions and 9 deletions

View File

@@ -484,8 +484,6 @@ bool PlayerbotAIConfig::Initialize()
}
randomBotAccountPrefix = sConfigMgr->GetOption<std::string>("AiPlayerbot.RandomBotAccountPrefix", "rndbot");
tradeActionExcludedPrefixes = sConfigMgr->GetOption<std::string>("AiPlayerbot.TradeActionExcludedPrefixes",
"RPLL_H_,DBMv4,{звезда} Questie,{rt1} Questie");
randomBotAccountCount = sConfigMgr->GetOption<int32>("AiPlayerbot.RandomBotAccountCount", 0);
deleteRandomBotAccounts = sConfigMgr->GetOption<bool>("AiPlayerbot.DeleteRandomBotAccounts", false);
randomBotGuildCount = sConfigMgr->GetOption<int32>("AiPlayerbot.RandomBotGuildCount", 20);