mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
* Add three tables to player dump: character_account_data, character_glyphs and character_talent
* If the player has not selected any talents at all, you will see a SQL error, but, the dump will work just fine. --HG-- branch : trunk
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "ObjectMgr.h"
|
||||
|
||||
// Character Dump tables
|
||||
#define DUMP_TABLE_COUNT 20
|
||||
#define DUMP_TABLE_COUNT 24
|
||||
|
||||
struct DumpTable
|
||||
{
|
||||
@@ -46,7 +46,9 @@ static DumpTable dumpTables[DUMP_TABLE_COUNT] =
|
||||
{ "character_action", DTT_CHAR_TABLE },
|
||||
{ "character_aura", DTT_CHAR_TABLE },
|
||||
{ "character_homebind", DTT_CHAR_TABLE },
|
||||
// { "character_ticket", DTT_CHAR_TABLE },
|
||||
{ "character_account_data", DTT_CHAR_TABLE },
|
||||
{ "character_glyphs", DTT_CHAR_TABLE },
|
||||
{ "character_talent", DTT_CHAR_TABLE },
|
||||
{ "character_inventory", DTT_INVENTORY },
|
||||
{ "mail", DTT_MAIL },
|
||||
{ "mail_items", DTT_MAIL_ITEM },
|
||||
|
||||
Reference in New Issue
Block a user