mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 08:08:25 +00:00
Explicitly pass database pointers to repository methods
This commit is contained in:
+1
-1
@@ -1979,7 +1979,7 @@ bool ZoneDatabase::LoadStaticZonePoints(LinkedList<ZonePoint *> *zone_point_list
|
||||
zone->numzonepoints = 0;
|
||||
zone->virtual_zone_point_list.clear();
|
||||
|
||||
auto zone_points = ZonePointsRepository::GetWhere(
|
||||
auto zone_points = ZonePointsRepository::GetWhere(content_db,
|
||||
fmt::format(
|
||||
"zone = '{}' AND (version = {} OR version = -1) {} ORDER BY number",
|
||||
zonename,
|
||||
|
||||
Reference in New Issue
Block a user