mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 11:42:36 +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);
|
auto results = QueryDatabase(query);
|
||||||
|
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
std::cerr << "Error in ClearMerchantTemp query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Database::UpdateName(const char* oldname, const char* newname) {
|
bool Database::UpdateName(const char* oldname, const char* newname) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user