Skip to content

Commit

Permalink
combat should stop when Mimiron ejects
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed May 25, 2024
1 parent fa5db9e commit 6e476a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ class boss_mimiron : public CreatureScript
summons.DespawnEntry(33576);

me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
me->CombatStop();

float angle = VX001->GetOrientation();
float v_x = me->GetPositionX() + cos(angle) * 10.0f;
Expand Down

0 comments on commit 6e476a5

Please sign in to comment.