aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Player.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index fee19798c17..c6b99cefe70 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -2155,10 +2155,6 @@ class TRINITY_DLL_SPEC Player : public Unit
uint32 GetOldPetSpell() const { return m_oldpetspell; }
void SetOldPetSpell(uint32 petspell) { m_oldpetspell = petspell; }
- // check if player can fly in map/area according to config
- bool CanFlyInMap(const uint32 mapID) const;
- bool CanFlyInArea(const uint32 areaID) const;
-
/*********************************************************/
/*** INSTANCE SYSTEM ***/
/*********************************************************/