Items of deleted characters
Moderator: Gamemasters
- Devrah Windslasher ~
- Posts: 154
- Joined: Mon Dec 05, 2005 4:53 am
- Contact:
Items of deleted characters
Purely out of curiosity here... what happens to items of deleted characters? Do they get wiped along wth the character? I'm only wondering, because if items that will never be used again continue to exist in depots, that would waste a lot of server space.
- Estralis Seborian
- Posts: 12308
- Joined: Wed Nov 10, 2004 9:14 pm
- Location: Sir Postalot
- Contact:
The database consists of different tables, holding e.g. the data for the items in your depot or your characters stats.
However, if the general entry of your character is deleted, all the items will vanish too (along with the skills and so on). postgreSql allows these kind of dependencies (if there is no entry for a player with that ID, these items do not exist: blah).
Martin
However, if the general entry of your character is deleted, all the items will vanish too (along with the skills and so on). postgreSql allows these kind of dependencies (if there is no entry for a player with that ID, these items do not exist: blah).
Martin