mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Scripts/IcecrownCitadel: correct Rimefang's script name
(cherry picked from commit fc3feebee9)
This commit is contained in:
@@ -1246,8 +1246,7 @@ void ScriptMgr::Initialize()
|
||||
if (scriptName.empty())
|
||||
continue;
|
||||
|
||||
TC_LOG_ERROR("sql.sql", "ScriptName '%s' exists in database, "
|
||||
"but no core script found!", scriptName.c_str());
|
||||
TC_LOG_ERROR("sql.sql", "Script '%s' is referenced by the database, but does not exist in the core!", scriptName.c_str());
|
||||
}
|
||||
|
||||
TC_LOG_INFO("server.loading", ">> Loaded %u C++ scripts in %u ms",
|
||||
|
||||
Reference in New Issue
Block a user