fix(handlers): trying to fix issues with incomplete saves.

This commit is contained in:
Houmgaor
2025-10-31 13:10:17 +01:00
parent 2d3edcfd10
commit 18592c5ded
3 changed files with 33 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed deadlock in zone change causing 60-second timeout when players change zones
- Fixed crash when sending empty packets in QueueSend/QueueSendNonBlocking
- Fixed missing stage transfer packet for empty zones
- Fixed save data corruption check rejecting valid saves due to name encoding mismatches (SJIS/UTF-8)
- Fixed incomplete saves during logout - character savedata now persisted even during ungraceful disconnects
### Security