mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/TempleOfAhnQiraj): Allow Anubisath Sentinels to all pull together (#13362)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user