mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-20 06:43:51 +00:00
Remove Duplicative MySQL Error: Start zone query failed: %s : %s\n
This commit is contained in:
parent
b6b9e388b3
commit
0832361729
@ -298,7 +298,6 @@ bool WorldDatabase::GetStartZone(PlayerProfile_Struct* in_pp, CharCreate_Struct*
|
||||
in_cc->race);
|
||||
auto results = QueryDatabase(query);
|
||||
if(!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Start zone query failed: %s : %s\n", query.c_str(), results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user