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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;