fix(Scripts/BlackwingLair): Bone Constructs should persist after Nefarian's death (#11504)

This commit is contained in:
Skjalf
2022-04-24 02:05:27 -03:00
committed by GitHub
parent 34c8f9a020
commit 53bfc548a6

View File

@@ -304,7 +304,8 @@ public:
{
if (summon->GetEntry() == NPC_NEFARIAN)
{
summons.DespawnAll();
summons.DespawnEntry(_nefarianLeftTunnel);
summons.DespawnEntry(_nefarianRightTunnel);
Unit::Kill(me, me);
}
}