aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index 480e74079d5..c6557c6a19d 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -2205,8 +2205,8 @@ class MANGOS_DLL_SPEC Player : public Unit
//bool isActiveObject() const { return true; }
bool canSeeSpellClickOn(Creature const* creature) const;
- inline uint32 GetChampioningFaction() const { return m_ChampioningFaction; }
- inline void SetChampioningFaction(uint32 faction) { m_ChampioningFaction = faction; }
+ uint32 GetChampioningFaction() const { return m_ChampioningFaction; }
+ void SetChampioningFaction(uint32 faction) { m_ChampioningFaction = faction; }
protected:
uint32 m_contestedPvPTimer;