mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-06 07:04:43 -04:00
SMSG_CORPSE_RECLAIM_DELAY is now stored as an absolute expiry timestamp (steady_clock ms) instead of being discarded after a chat message. GameHandler::getCorpseReclaimDelaySec() returns remaining seconds (0 when reclaim is available). The "Resurrect from Corpse" button now: - Disables and shows the remaining seconds when a PvP delay is active - Shows the usual "Corpse: N yards" helper text when available Also resets corpseReclaimAvailableMs_ on world/session teardown.