Integrate death log functionality into character and event processing: Added death context handling in CharacterCreationWorker and EventsWorker to enhance user notifications related to character deaths. Updated SQL queries for retrieving deceased context and modified notification logic to support detailed death notifications. Enhanced user notification methods to accommodate both short event names and JSON payloads for improved clarity in messaging.

This commit is contained in:
Torsten Schulz (local)
2026-03-30 10:11:55 +02:00
parent 1013af594d
commit ac059f688d
7 changed files with 336 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ mod user_character;
mod transport;
mod weather;
mod events;
mod death_log;
mod falukant_family;
mod falukant_certificate;
mod falukant_servants;