mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Remove Duplicative MySQL Error: Error in ZoneDatabase::CountAAs query '%s': %s
This commit is contained in:
parent
7d27d1ccb1
commit
b312663fd1
@ -1892,7 +1892,6 @@ uint32 ZoneDatabase::CountAAs(){
|
|||||||
const std::string query = "SELECT count(title_sid) FROM altadv_vars";
|
const std::string query = "SELECT count(title_sid) FROM altadv_vars";
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in ZoneDatabase::CountAAs query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user