mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Fix static analysis issues
(cherry picked from commit 41f4a80f30)
This commit is contained in:
@@ -1031,7 +1031,7 @@ DumpReturn PlayerDumpReader::LoadDump(std::string const& file, uint32 account, s
|
||||
if (!ChangeColumn(ts, line, "at_login", "1"))
|
||||
return DUMP_FILE_BROKEN;
|
||||
}
|
||||
else if (!ChangeColumn(ts, line, "name", name.c_str())) // characters.name
|
||||
else if (!ChangeColumn(ts, line, "name", name)) // characters.name
|
||||
return DUMP_FILE_BROKEN;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user