mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Core/Battlegrounds): respawn SotA demolishers after death (#25551)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user