--HG--
branch : trunk
This commit is contained in:
Rat
2010-11-02 17:47:47 +01:00
parent f27b6f6097
commit 51f17678de

View File

@@ -1043,7 +1043,7 @@ class ScriptMgr
else
{
// The script uses a script name from database, but isn't assigned to anything.
if (script->GetName().find("example") == std::string::npos && script->GetName().find("smart") == std::string::npos)
if (script->GetName().find("example") == std::string::npos && script->GetName().find("Smart") == std::string::npos)
sLog.outErrorDb("Script named '%s' does not have a script name assigned in database.",
script->GetName().c_str());
}