Refine resurrection flow

This commit is contained in:
Kelsi 2026-02-07 21:47:14 -08:00
parent ff6155e2f3
commit 7cd7ac43a9
7 changed files with 120 additions and 20 deletions

View file

@ -912,6 +912,10 @@ private:
float preMountRunSpeed_ = 0.0f;
float serverRunSpeed_ = 7.0f;
bool playerDead_ = false;
uint64_t pendingSpiritHealerGuid_ = 0;
bool resurrectPending_ = false;
bool repopPending_ = false;
uint64_t lastRepopRequestMs_ = 0;
};
} // namespace game