mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Added configuration on excluded prefixes for trade action (#1401)
* - Added configuration on excluded prefixes for trade action * - LoadListString usage reference specified * - Code refactoring
This commit is contained in:
@@ -255,6 +255,7 @@ public:
|
||||
uint32 iterationsPerTick;
|
||||
|
||||
std::mutex m_logMtx;
|
||||
std::vector<std::string> tradeActionExcludedPrefixes;
|
||||
std::vector<std::string> allowedLogFiles;
|
||||
std::unordered_map<std::string, std::pair<FILE*, bool>> logFiles;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user