diff options
| author | gvcoman <none@none> | 2008-11-21 19:16:19 -0500 | 
|---|---|---|
| committer | gvcoman <none@none> | 2008-11-21 19:16:19 -0500 | 
| commit | 9ceb36a5274611e576aa4c5bd4488b9b9bdf18cc (patch) | |
| tree | ece878258f15fb5af52e5829e640734dee9c1df2 /src/game/Object.h | |
| parent | 1bd37790b564be487ed16ae897484a4d8c80a2de (diff) | |
| parent | b2ba78e57a7c1895d1bacf950a3705eedd01c256 (diff) | |
Merge with 273 (aab191f73e46).
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.h')
| -rw-r--r-- | src/game/Object.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 2d8f3a134e6..43ecca2afb0 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -455,7 +455,7 @@ class TRINITY_DLL_SPEC WorldObject : public Object          Creature* SummonCreature(uint32 id, float x, float y, float z, float ang,TempSummonType spwtype,uint32 despwtime);          GameObject* SummonGameObject(uint32 entry, float x, float y, float z, float ang, float rotation0, float rotation1, float rotation2, float rotation3, uint32 respawnTime);          bool isActive() const { return m_isActive; } -        virtual void setActive(bool isActive); +        void setActive(bool isActive);      protected:          explicit WorldObject();          std::string m_name;  | 
