mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Scripts/ShadowLabirynth): Fixed Blackheart's Incite Chaos. (#15583)
This commit is contained in:
@@ -1977,7 +1977,7 @@ void Player::UpdateCharmedAI()
|
||||
|
||||
if (!target || !IsValidAttackTarget(target))
|
||||
{
|
||||
target = SelectNearbyTarget(nullptr, 30);
|
||||
target = SelectNearbyTarget(nullptr, GetMap()->IsDungeon() ? 100.f : 30.f);
|
||||
if (!target)
|
||||
{
|
||||
if (!HasUnitState(UNIT_STATE_FOLLOW))
|
||||
|
||||
Reference in New Issue
Block a user