mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 14:32:24 +00:00
Remove Duplicative MySQL Error:
This commit is contained in:
parent
650f7366ab
commit
2196053f8a
@ -3107,7 +3107,6 @@ bool TaskGoalListManager::LoadLists() {
|
|||||||
listID, size);
|
listID, size);
|
||||||
results = database.QueryDatabase(query);
|
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());
|
|
||||||
TaskGoalLists[listIndex].Size = 0;
|
TaskGoalLists[listIndex].Size = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user