*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-25 16:44:42 -06:00
parent d1f1e9a956
commit 028ff8b163

View File

@@ -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 ***/
/*********************************************************/