mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Fix build.
--HG-- branch : trunk
This commit is contained in:
@@ -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 ***/
|
||||
/*********************************************************/
|
||||
|
||||
Reference in New Issue
Block a user