mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
Add additional test strings to filter out
This commit is contained in:
@@ -647,6 +647,8 @@ void AuctionHouseBot::Initialize()
|
||||
itr->second.Name1.find("Unused") != std::string::npos ||
|
||||
itr->second.Name1.find("Deprecated") != std::string::npos ||
|
||||
itr->second.Name1.find(" Epic ") != std::string::npos ||
|
||||
itr->second.Name1.find("[PH]") != std::string::npos ||
|
||||
itr->second.Name1.find("[DEP]") != std::string::npos ||
|
||||
itr->second.Name1.find("TEST") != std::string::npos)
|
||||
{
|
||||
if (debug_Out_Filters)
|
||||
|
||||
Reference in New Issue
Block a user