mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 04:28:41 +01:00
Core/Misc: Better description for a log
This commit is contained in:
@@ -318,7 +318,7 @@ inline void LoadDBC(uint32& availableDbcLocales, StoreProblemList& errors, DBCSt
|
||||
if (FILE* f = fopen(dbcFilename.c_str(), "rb"))
|
||||
{
|
||||
std::ostringstream stream;
|
||||
stream << dbcFilename << " exists, and has " << storage.GetFieldCount() << " field(s) (expected " << strlen(storage.GetFormat()) << "). Extracted file might be from wrong client version or a database-update has been forgotten.";
|
||||
stream << dbcFilename << " exists, and has " << storage.GetFieldCount() << " field(s) (expected " << strlen(storage.GetFormat()) << "). Extracted file might be from wrong client version or a database-update has been forgotten. Search on forum for TCE00008 for more info.";
|
||||
std::string buf = stream.str();
|
||||
errors.push_back(buf);
|
||||
fclose(f);
|
||||
|
||||
Reference in New Issue
Block a user