mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +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";
|
const std::string query = "SELECT id, item_id FROM alternate_currency";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadAlternateCurrencies: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user