mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +00:00
Remove Duplicative MySQL Error: Error adding title: %s %s
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user