diff options
author | megamage <none@none> | 2009-01-25 16:44:42 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-25 16:44:42 -0600 |
commit | 028ff8b16311fd97e70f0164683bab9761bb22c3 (patch) | |
tree | cfce7f6cfb3a37705ad862e4268bb6d7ae9e0450 /src | |
parent | d1f1e9a956935e5eccfb3057f7104f02db73660c (diff) |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Player.h | 4 |
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 ***/ /*********************************************************/ |