mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 19:51:29 +00:00
Remove Duplicative MySQL Error: Error in Zone::LoadAlternateCurrencies: %s (%s)
This commit is contained in:
parent
526075a767
commit
17d51b3ff4
@ -2096,7 +2096,6 @@ void Zone::LoadAlternateCurrencies()
|
||||
const std::string query = "SELECT id, item_id FROM alternate_currency";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadAlternateCurrencies: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user