Skip to content

Commit

Permalink
Update boss_kelidan_the_breaker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Jan 19, 2025
1 parent 8a71672 commit 8bb88d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct boss_kelidan_the_breaker : public BossAI
{
if (param == ACTION_CHANNELER_DIED)
{
if (me->FindNearestCreature(NPC_SHADOWMOON_CHANNELER, 100.0f))
if (!me->FindNearestCreature(NPC_SHADOWMOON_CHANNELER, 100.0f))
{
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
me->SetReactState(REACT_AGGRESSIVE);
Expand Down

0 comments on commit 8bb88d1

Please sign in to comment.