mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +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)
|
||||
{
|
||||
summons.DespawnAll();
|
||||
summons.DespawnEntry(_nefarianLeftTunnel);
|
||||
summons.DespawnEntry(_nefarianRightTunnel);
|
||||
Unit::Kill(me, me);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user