08-24-2020, 03:21 PM
(08-23-2020, 07:24 PM)MEXAHOTABOP Wrote: almost any modern database have some kind of bin log/transaction log,
Which is all irrelevant in case error is not in database logic, but in business logic (i.e. game code).
Just to recall the issue with resources quality being out of place in newly spawned systems after server restart. Reason? The data was stored in database with different precision than expected. It was perfectly fine by database, but an actual bug in game logic.