mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
fix: harden turtle movement parsing and warden fallback
This commit is contained in:
parent
f44ef7b9ea
commit
eea3784976
3 changed files with 91 additions and 29 deletions
|
|
@ -2434,6 +2434,8 @@ private:
|
|||
std::chrono::steady_clock::time_point movementClockStart_ = std::chrono::steady_clock::now();
|
||||
uint32_t lastMovementTimestampMs_ = 0;
|
||||
bool serverMovementAllowed_ = true;
|
||||
uint32_t monsterMovePacketsThisTick_ = 0;
|
||||
uint32_t monsterMovePacketsDroppedThisTick_ = 0;
|
||||
|
||||
// Fall/jump tracking for movement packet correctness.
|
||||
// fallTime must be the elapsed ms since the FALLING flag was set; the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue