diff --git a/src/mod_autofish.cpp b/src/mod_autofish.cpp index 9dad9a2..4f2eebf 100644 --- a/src/mod_autofish.cpp +++ b/src/mod_autofish.cpp @@ -40,7 +40,7 @@ namespace std::list goList; Acore::AllGameObjectsMatchingOneEntryInRange check(plr, sBobberEntries, sScanRange); Acore::GameObjectListSearcher searcher(plr, goList, check); - Cell::VisitGridObjects(plr, searcher, sScanRange); + Cell::VisitObjects(plr, searcher, sScanRange); for (GameObject* go : goList) {