fix(Core/Script): Kargath should prevent adds spawn on death (#16388)
This commit is contained in:
parent
6670cd38fe
commit
0755f8cde3
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ struct boss_warchief_kargath_bladefist : public BossAI
|
|||
{
|
||||
Talk(SAY_DEATH);
|
||||
BossAI::JustDied(killer);
|
||||
if (Creature* warchiefPortal = instance->GetCreature(DATA_WARCHIEF_PORTAL))
|
||||
warchiefPortal->AI()->SetData(DATA_RESET_FIGHT, 0);
|
||||
if (instance)
|
||||
{
|
||||
if (Creature* executioner = ObjectAccessor::GetCreature(*me, instance->GetGuidData(DATA_EXECUTIONER)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue