mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
fix: send failure ack for missing quest/scenario files instead of crashing client
When a quest or scenario file was missing, handleMsgSysGetFile sent nil data via doAckBufSucceed, which crashed the game client. Now sends doAckBufFail so the client can handle the missing file gracefully. Closes #109
This commit is contained in:
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fixed double-save bug in logout flow that caused unnecessary database operations
|
||||
- Fixed save operation ordering - now saves data before session cleanup instead of after
|
||||
- Fixed stale transmog/armor appearance shown to other players - user binary cache now invalidated when plate data is saved
|
||||
- Fixed client crash when quest or scenario files are missing - now sends failure ack instead of nil data
|
||||
- Fixed server crash when Discord relay receives messages with unsupported Shift-JIS characters (emoji, Lenny faces, cuneiform, etc.)
|
||||
- Fixed data race in token.RNG global used concurrently across goroutines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user