[8896] Include character_skills table in pdump and drop at character delete.

This commit is contained in:
VladimirMangos 2009-11-30 15:08:22 +03:00
parent a7cd0f8f44
commit d48ce8b717
3 changed files with 3 additions and 1 deletions

View file

@ -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 },