Problem
There is an occasional issue where NPC YAML files reset to their default values, resulting in loss of persisted NPC data. This does not happen frequently but has been observed under normal server operation.
Suspected cause
• Possible race condition or missing synchronization during YAML read/write
• Concurrent access to YAML files from async tasks or event handlers
Problem
There is an occasional issue where NPC YAML files reset to their default values, resulting in loss of persisted NPC data. This does not happen frequently but has been observed under normal server operation.
Suspected cause
• Possible race condition or missing synchronization during YAML read/write
• Concurrent access to YAML files from async tasks or event handlers