mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 13:21:28 +00:00
Remove Duplicative MySQL Error:
This commit is contained in:
parent
9d23f69a10
commit
9cb3762102
@ -3074,7 +3074,6 @@ bool TaskGoalListManager::LoadLists() {
|
|||||||
"ORDER BY `listid`";
|
"ORDER BY `listid`";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, ERR_MYSQLERROR, query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user