mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-15 05:53:52 +00:00
Remove Duplicative MySQL Error:
This commit is contained in:
parent
650f7366ab
commit
2196053f8a
@ -3107,7 +3107,6 @@ bool TaskGoalListManager::LoadLists() {
|
||||
listID, size);
|
||||
results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, ERR_MYSQLERROR, query.c_str(), results.ErrorMessage().c_str());
|
||||
TaskGoalLists[listIndex].Size = 0;
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user