* Partly revert [7173]. The log call is useful - "CRASH ALERT" part removed.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-01-23 20:08:44 +01:00
parent 35e7a65c3c
commit fe07518baf

View File

@@ -234,7 +234,7 @@ void Script::RegisterSelf()
}
else if(Name.find("example") == std::string::npos)
{
//error_db_log("CRASH ALERT! TrinityScript: RegisterSelf, but script named %s does not have ScriptName assigned in database.",(this)->Name.c_str());
error_db_log("TrinityScript: RegisterSelf, but script named %s does not have ScriptName assigned in database.",(this)->Name.c_str());
delete this;
}
}