mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 16:31:29 +00:00
Remove Duplicative MySQL Error: Error in InsertPetitionToDB query '%s': %s
This commit is contained in:
parent
47752634c0
commit
cdc449eb7c
@ -252,7 +252,6 @@ void ZoneDatabase::InsertPetitionToDB(Petition* wpet)
|
|||||||
safe_delete_array(petitiontext);
|
safe_delete_array(petitiontext);
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in InsertPetitionToDB query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user