Aokromes
2020-08-15 11:10:47 +02:00
committed by GitHub
parent ee6d6426fa
commit 681c738c61

View File

@@ -1277,7 +1277,7 @@ public:
if (!PlayerList.isEmpty())
{
for (Map::PlayerList::const_iterator i = PlayerList.begin(); i != PlayerList.end(); ++i)
if (i->GetSource()->IsAlive() && me->IsWithinDistInMap(i->GetSource(), 50))
if (me->IsWithinDistInMap(i->GetSource(), 500))
i->GetSource()->CastSpell(i->GetSource(), SPELL_THE_LIGHT_OF_DAWN_Q, false);
}
}