mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 23:21:29 +00:00
Remove Duplicative MySQL Error: Error updating Owner in database: %s, %s
This commit is contained in:
parent
aae4691a6e
commit
86c82718ec
@ -281,7 +281,6 @@ void Database::SetChannelOwner(std::string channelName, std::string owner) {
|
||||
owner.c_str(), channelName.c_str());
|
||||
auto results = QueryDatabase(query);
|
||||
if(!results.Success())
|
||||
Log.Out(Logs::Detail, Logs::UCS_Server, "Error updating Owner in database: %s, %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user