mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
Remove Duplicative MySQL Error: Error in ZoneDatabase::CountAALevels query '%s': %s
This commit is contained in:
parent
86c82718ec
commit
9d7b3d0c08
@ -1908,7 +1908,6 @@ uint32 ZoneDatabase::CountAAEffects() {
|
|||||||
const std::string query = "SELECT count(id) FROM aa_effects";
|
const std::string query = "SELECT count(id) FROM aa_effects";
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in ZoneDatabase::CountAALevels query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user