diff options
author | megamage <none@none> | 2009-04-14 18:27:02 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-14 18:27:02 -0500 |
commit | 9ec70b5e72413290e73d5a0b3d462150aa8cb93c (patch) | |
tree | 46eba52085e4fd18f46db72120830e8d0d1afdfb /src/game/PlayerDump.h | |
parent | 07f48aa934141209285e56c848c1094ed6d35978 (diff) |
[7665] Include achievement data to pdumps. Author: Splash
--HG--
branch : trunk
Diffstat (limited to 'src/game/PlayerDump.h')
-rw-r--r-- | src/game/PlayerDump.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/PlayerDump.h b/src/game/PlayerDump.h index 01f97718267..e3dfd192efb 100644 --- a/src/game/PlayerDump.h +++ b/src/game/PlayerDump.h @@ -29,10 +29,10 @@ enum DumpTableType { DTT_CHARACTER, // // characters - DTT_CHAR_TABLE, // // character_action, character_aura, character_homebind, - // character_queststatus, character_reputation, - // character_spell, character_spell_cooldown, character_ticket, - // character_tutorial + 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 DTT_INVENTORY, // -> item guids collection // character_inventory |