Torsten Schulz (local)
|
f6d566427a
|
Add immediate handling for deceased characters in health update: Implement logic to check if a character's health is less than or equal to zero and handle their death accordingly, improving character state management.
|
2026-01-31 08:55:49 +01:00 |
|
Torsten Schulz (local)
|
c24aa63f97
|
Fix SQL query parameter order in inventory update: Swap parameters in the execute call to correctly update inventory quantity based on the new quantity and inventory ID. Add comment for clarity on SQL operation.
|
2026-01-29 16:10:34 +01:00 |
|
Torsten Schulz (local)
|
4b4d84b15c
|
Implement overproduction notification handling in ProduceWorker: Add logic to check for existing notifications and update them if necessary, or create a new notification if none exist. Introduce SQL queries for finding and updating overproduction notifications to enhance database interactions.
|
2026-01-28 15:06:48 +01:00 |
|
Torsten Schulz (local)
|
710a2a62b2
|
Refactor SQL query in DirectorWorker: Remove original_sell_cost from selection and enhance cost resolution logic for improved clarity and efficiency in database interactions.
|
2026-01-28 14:46:57 +01:00 |
|