mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(Scripts/BlackwingLair): Bone Constructs should persist after Nefarian's death (#11504)
This commit is contained in:
@@ -304,7 +304,8 @@ public:
|
|||||||
{
|
{
|
||||||
if (summon->GetEntry() == NPC_NEFARIAN)
|
if (summon->GetEntry() == NPC_NEFARIAN)
|
||||||
{
|
{
|
||||||
summons.DespawnAll();
|
summons.DespawnEntry(_nefarianLeftTunnel);
|
||||||
|
summons.DespawnEntry(_nefarianRightTunnel);
|
||||||
Unit::Kill(me, me);
|
Unit::Kill(me, me);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user