fix(Core/Battlegrounds): respawn SotA demolishers after death (#25551)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
e424355c6b
commit
d4866a0f59
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue