mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[8896] Include character_skills table in pdump and drop at character delete.
This commit is contained in:
parent
a7cd0f8f44
commit
d48ce8b717
3 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ static DumpTable dumpTables[] =
|
|||
{ "character_action", DTT_CHAR_TABLE },
|
||||
{ "character_aura", DTT_CHAR_TABLE },
|
||||
{ "character_homebind", DTT_CHAR_TABLE },
|
||||
{ "character_skills", DTT_CHAR_TABLE },
|
||||
{ "character_ticket", DTT_CHAR_TABLE },
|
||||
{ "character_inventory", DTT_INVENTORY },
|
||||
{ "mail", DTT_MAIL },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue