mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Remove Duplicative MySQL Error: Error in RemoveTitle query '%s': %s
This commit is contained in:
parent
2196053f8a
commit
be3acf583f
@ -378,7 +378,6 @@ void Client::RemoveTitle(int titleSet) {
|
|||||||
titleSet, CharacterID());
|
titleSet, CharacterID());
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in RemoveTitle query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user