Refine resurrection flow

This commit is contained in:
Kelsi 2026-02-07 21:47:14 -08:00
parent ca867f5c83
commit 4a8a78c50d
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