aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-06-29 00:58:59 +0200
committerShauren <shauren.trinity@gmail.com>2025-06-29 00:58:59 +0200
commit1e7725c15b149baaf96731231239769e482ec2ed (patch)
treec832d58ca617fe2baa085bdebea1a5daa694f10a /src/server/scripts
parent5334467f493eb16141f4ad0bce956bc3e19244a0 (diff)
Core/Objects: Added grid searchers for SceneObject and Conversation
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/ExilesReach/zone_exiles_reach.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/ExilesReach/zone_exiles_reach.cpp b/src/server/scripts/ExilesReach/zone_exiles_reach.cpp
index 7eb00fabbb8..14518d79a32 100644
--- a/src/server/scripts/ExilesReach/zone_exiles_reach.cpp
+++ b/src/server/scripts/ExilesReach/zone_exiles_reach.cpp
@@ -4647,7 +4647,7 @@ struct at_briarpatch_to_plains : AreaTriggerAI
std::vector<WorldObject*> objs;
Trinity::ObjectEntryAndPrivateOwnerIfExistsCheck check(player->GetGUID(), conversationId);
- Trinity::WorldObjectListSearcher searcher(PhasingHandler::GetAlwaysVisiblePhaseShift(), objs, check, GRID_MAP_TYPE_MASK_CONVERSATION);
+ Trinity::ConversationListSearcher searcher(PhasingHandler::GetAlwaysVisiblePhaseShift(), objs, check);
Cell::VisitGridObjects(player, searcher, 100.0f);
if (objs.empty())