fix(Battlefield): Wintergrasp spirit resurrection timer expires before resurrection fires (#26042)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Xepic90
2026-06-09 20:19:21 -04:00
committed by GitHub
parent 61160df393
commit 3891616eaf
+1 -1
View File
@@ -193,7 +193,7 @@ bool Battlefield::Update(uint32 diff)
SendUpdateWorldStates();
}
_scheduler.Update(diff);
_scheduler.Update();
bool objectiveChanged = false;
if (IsWarTime())