diff options
| author | megamage <none@none> | 2009-08-31 15:00:53 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-31 15:00:53 -0500 |
| commit | 9fdca970c6d69c85becb2cab049281b6dcbed810 (patch) | |
| tree | 7c8b48f1bc4e58329631c7301b288ab6c8735ae1 /src/game/Player.h | |
| parent | 7535a64b424ca8e788a6b24711feb5183f2508f7 (diff) | |
*Add more debug info.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.h')
| -rw-r--r-- | src/game/Player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index 657d4632b0d..3e87e735fb1 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2347,6 +2347,7 @@ class MANGOS_DLL_SPEC Player : public Unit uint16 m_baseManaRegen; SpellModList m_spellMods[MAX_SPELLMOD]; + uint32 m_pad; Spell * m_spellModTakingSpell; // Spell for which charges are dropped in spell::finish EnchantDurationList m_enchantDuration; |
