From 028ff8b16311fd97e70f0164683bab9761bb22c3 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 25 Jan 2009 16:44:42 -0600 Subject: [PATCH] *Fix build. --HG-- branch : trunk --- src/game/Player.h | 4 ---- 1 file changed, 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 ***/ /*********************************************************/