diff options
author | megamage <none@none> | 2009-01-25 16:40:51 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-25 16:40:51 -0600 |
commit | 04cf7fe22659714cbba974b8a69ef330b521d0a5 (patch) | |
tree | 277d0f1398d0dfef04db3ed8952966d8895820db /src | |
parent | f7cfae4332a554d944297fa75750b41d4904684c (diff) | |
parent | 6be2cfeeed14bbacaa19382485a7ef4fc739abcb (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Player.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index c6b99cefe70..fee19798c17 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2155,6 +2155,10 @@ 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 ***/ /*********************************************************/ |