mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
This commit is contained in:
@@ -171,7 +171,7 @@ std::list<std::string> ConfigMgr::GetKeysByString(std::string const& name)
|
||||
{
|
||||
std::string temp = key_name.c_str();
|
||||
|
||||
if (!temp.find(name))
|
||||
if (temp.find(name) != std::string::npos)
|
||||
keys.push_back(temp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user