diff options
-rw-r--r-- | src/game/Player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index 3e87e735fb1..31bcadcf3f0 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2211,6 +2211,7 @@ class MANGOS_DLL_SPEC Player : public Unit uint32 GetChampioningFaction() const { return m_ChampioningFaction; } void SetChampioningFaction(uint32 faction) { m_ChampioningFaction = faction; } +Spell * m_spellModTakingSpell; protected: uint32 m_contestedPvPTimer; @@ -2348,7 +2349,7 @@ class MANGOS_DLL_SPEC Player : public Unit SpellModList m_spellMods[MAX_SPELLMOD]; uint32 m_pad; - Spell * m_spellModTakingSpell; // Spell for which charges are dropped in spell::finish +// Spell * m_spellModTakingSpell; // Spell for which charges are dropped in spell::finish EnchantDurationList m_enchantDuration; ItemDurationList m_itemDuration; |