mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-07 02:03:51 +00:00
Remove Duplicative MySQL Error: Error in ClearMerchantTemp query '
This commit is contained in:
parent
a1895b9cb3
commit
7b7ddb25fa
@ -2888,7 +2888,6 @@ void Database::ClearMerchantTemp(){
|
||||
auto results = QueryDatabase(query);
|
||||
|
||||
if (!results.Success())
|
||||
std::cerr << "Error in ClearMerchantTemp query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
}
|
||||
|
||||
bool Database::UpdateName(const char* oldname, const char* newname) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user