mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +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*/)
|
void AddSentinelsNear(Unit* /*nears*/)
|
||||||
{
|
{
|
||||||
std::list<Creature*> assistList;
|
std::list<Creature*> assistList;
|
||||||
me->GetCreatureListWithEntryInGrid(assistList, 15264, 70.0f);
|
me->GetCreatureListWithEntryInGrid(assistList, 15264, 100.0f);
|
||||||
|
|
||||||
if (assistList.empty())
|
if (assistList.empty())
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user