diff options
author | Kudlaty <none@none> | 2009-11-27 01:41:26 +0100 |
---|---|---|
committer | Kudlaty <none@none> | 2009-11-27 01:41:26 +0100 |
commit | 9bd797d402c498d2e8f70aa916b3caf3956577af (patch) | |
tree | 5a9d8af6d4ddc76a9ab58c545148233d57f5595b /src/game/GameObject.h | |
parent | 0c8d51614716ef7df1da8ebf5bbabe0c665da4ed (diff) |
Apply #412.
Add support to gameobject type Transport (11) that should stop like Orgrimmar arena Elevators or pilars.
Patch by Spp and Opterman
--HG--
branch : trunk
Diffstat (limited to 'src/game/GameObject.h')
-rw-r--r-- | src/game/GameObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameObject.h b/src/game/GameObject.h index c65938000bb..a915b81fc78 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -590,6 +590,7 @@ class TRINITY_DLL_SPEC GameObject : public WorldObject GameObjectValue * GetGOValue() const { return m_goValue; } bool IsTransport() const; + bool IsDynTransport() const; uint32 GetDBTableGUIDLow() const { return m_DBTableGuid; } |