mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-06 16:22:25 +00:00
Remove Duplicative MySQL Error: Error in UpdatePetitionToDB query '%s': %s
This commit is contained in:
parent
525a513871
commit
8cb8aed9b4
@ -226,7 +226,6 @@ void ZoneDatabase::UpdatePetitionToDB(Petition* wpet) {
|
|||||||
wpet->CheckedOut() ? 1: 0, wpet->GetID());
|
wpet->CheckedOut() ? 1: 0, wpet->GetID());
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in UpdatePetitionToDB query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user