Scripts/Kologarn: Fix another "stuck in combat" issue (#24998)

This commit is contained in:
Giacomo Pozzoni
2020-07-14 07:44:17 +00:00
committed by GitHub
parent 5e1571062a
commit ee34a1f19e

View File

@@ -151,7 +151,7 @@ class boss_kologarn : public CreatureScript
me->GetMotionMaster()->MoveTargetedHome();
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
me->SetCorpseDelay(604800); // Prevent corpse from despawning.
ForceCombatStopForCreatureEntry(NPC_ARM_SWEEP_STALKER, 500.f);
ForceCombatStopForCreatureEntry({ NPC_ARM_SWEEP_STALKER, NPC_RUBBLE_STALKER }, 500.f);
_JustDied();
}