fix(Scripts/TempleOfAhnQiraj): Allow Anubisath Sentinels to all pull together (#13362)
This commit is contained in:
parent
436d7afdaf
commit
4e3207db7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue