mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Explicitly pass database pointers to repository methods
This commit is contained in:
+1
-1
@@ -3447,7 +3447,7 @@ bool TaskGoalListManager::LoadLists()
|
||||
list_index++;
|
||||
}
|
||||
|
||||
auto goal_lists = GoallistsRepository::GetWhere("TRUE ORDER BY listid, entry ASC");
|
||||
auto goal_lists = GoallistsRepository::GetWhere(content_db, "TRUE ORDER BY listid, entry ASC");
|
||||
|
||||
for (list_index = 0; list_index < NumberOfLists; list_index++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user