d3v1l401 / Bark-and-Barker

A Dark & Darker backend server emulator written in C#
GNU General Public License v3.0
2 stars 0 forks source link

Character deletion #5

Closed d3v1l401 closed 1 year ago

d3v1l401 commented 1 year ago

Supports character deletion packets and queries, the 'characters' table has been modified to support soft-deletion of rows: immagine

If "IsDeleted" IS NULL the character is NOT deleted, if it's not NULL (representing the datetime of when it got deleted) the character MUST NOT be visible to the user.