aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-31 17:18:21 -0500
committermegamage <none@none>2009-08-31 17:18:21 -0500
commit76d8a633024fa3d8fccde81a6b6f012621b4b3a9 (patch)
tree5291afeee8f4e5dea782c46ae00d872162c514df
parent83dbfec80e70284093217c0cb98e45daf1c0aab5 (diff)
*Fix build in linux.
--HG-- branch : trunk
-rw-r--r--src/game/Player.h3
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;