fix(Scripts/TempleOfAhnQiraj): Allow Anubisath Sentinels to all pull together (#13362)

This commit is contained in:
Gultask
2022-10-11 14:43:44 -03:00
committed by GitHub
parent 436d7afdaf
commit 4e3207db7f

View File

@@ -179,7 +179,7 @@ public:
void AddSentinelsNear(Unit* /*nears*/)
{
std::list<Creature*> assistList;
me->GetCreatureListWithEntryInGrid(assistList, 15264, 70.0f);
me->GetCreatureListWithEntryInGrid(assistList, 15264, 100.0f);
if (assistList.empty())
return;