mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Reduce error log of PremadeSpecName
This commit is contained in:
parent
47f6ce821a
commit
368432963d
@ -171,7 +171,7 @@ bool PlayerbotAIConfig::Initialize()
|
||||
{
|
||||
std::ostringstream os;
|
||||
os << "AiPlayerbot.PremadeSpecName." << cls << "." << spec;
|
||||
premadeSpecName[cls][spec] = sConfigMgr->GetOption<std::string>(os.str().c_str(), "");
|
||||
premadeSpecName[cls][spec] = sConfigMgr->GetOption<std::string>(os.str().c_str(), "", false);
|
||||
for (uint32 level = 0; level < MAX_LEVEL; ++level) {
|
||||
std::ostringstream os;
|
||||
os << "AiPlayerbot.PremadeSpecLink." << cls << "." << spec << "." << level;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user