diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/mob_anubisath_sentinel.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/mob_anubisath_sentinel.cpp index 6d1e21635..f7a9ae516 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/mob_anubisath_sentinel.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/mob_anubisath_sentinel.cpp @@ -179,7 +179,7 @@ public: void AddSentinelsNear(Unit* /*nears*/) { std::list assistList; - me->GetCreatureListWithEntryInGrid(assistList, 15264, 70.0f); + me->GetCreatureListWithEntryInGrid(assistList, 15264, 100.0f); if (assistList.empty()) return;