mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
Remove Duplicative MySQL Error: Error adding title: %s %s
This commit is contained in:
parent
380510ff44
commit
d3b00c142d
@ -262,7 +262,6 @@ void TitleManager::CreateNewPlayerTitle(Client *client, const char *title)
|
|||||||
safe_delete_array(escTitle);
|
safe_delete_array(escTitle);
|
||||||
results = database.QueryDatabase(query);
|
results = database.QueryDatabase(query);
|
||||||
if(!results.Success()) {
|
if(!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error adding title: %s %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user