Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

"Safer" user char deletion and better account char handling #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The characters in an account should be in a separate lookup table 
(account_character), not inline on Character.

When deleting the characters from an account, mark the character as "deleted" 
(preferably with a timestamp on when it was deleted) in the account_character 
table. And don't actually delete the character. It is very useful to avoid 
actually deleting a user's characters for numerous reasons, even if it is not 
linked to an account.

Original issue reported on code.google.com by Spodiii on 26 Oct 2010 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by Spodiii on 26 Oct 2010 at 4:39

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3985.

Original comment by Spodiii on 26 Oct 2010 at 8:46