fix(Core/Battlegrounds): respawn SotA demolishers after death (#25551)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-04-22 20:03:02 -03:00 committed by GitHub
parent e424355c6b
commit d4866a0f59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1118,7 +1118,7 @@ void BattlegroundSA::UpdateDemolisherSpawns()
BG_SA_NpcSpawnlocs[i][2], BG_SA_NpcSpawnlocs[i][3]);
Demolisher->SetVisible(true);
Demolisher->Respawn();
Demolisher->Respawn(true);
DemoliserRespawnList.erase(i);
}
}