diff options
author | click <none@none> | 2010-05-05 13:11:07 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-05 13:11:07 +0200 |
commit | 76d4894f472aac4c4b15fe89aeace7bad7f3ca99 (patch) | |
tree | 5ee01f2411e301e5a2ce69c0a843c5a685eda04d /src/game/PlayerDump.h | |
parent | eee3ebe6d6e55a18f690704bc28db3a58f0efb12 (diff) |
Sorted out minor (but boring) issues with the pdump-command (load/save/store-on-delete)
Fixes issue #1659
+ changed the dumpheader from engrish1.0 to engwegian1.2
--HG--
branch : trunk
Diffstat (limited to 'src/game/PlayerDump.h')
-rw-r--r-- | src/game/PlayerDump.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/PlayerDump.h b/src/game/PlayerDump.h index b8df8ede17c..fb74ca266dc 100644 --- a/src/game/PlayerDump.h +++ b/src/game/PlayerDump.h @@ -32,7 +32,10 @@ enum DumpTableType DTT_CHAR_TABLE, // // character_achievement, character_achievement_progress, // character_action, character_aura, character_homebind, // character_queststatus, character_reputation, character_spell, - // character_spell_cooldown, character_ticket, character_tutorial + // character_spell_cooldown, character_ticket, character_talent, + // character_tutorial + + DTT_EQSET_TABLE, // <- guid // character_equipmentsets DTT_INVENTORY, // -> item guids collection // character_inventory @@ -49,7 +52,6 @@ enum DumpTableType DTT_PET, // -> pet guids collection // character_pet DTT_PET_TABLE, // <- pet guids // pet_aura, pet_spell, pet_spell_cooldown - DTT_ITEM_TEXT, // <- item_text // item_text }; enum DumpReturn @@ -84,7 +86,6 @@ class PlayerDumpWriter : public PlayerDump GUIDs pets; GUIDs mails; GUIDs items; - GUIDs texts; }; class PlayerDumpReader : public PlayerDump |