diff options
Diffstat (limited to 'src/game/Object.h')
-rw-r--r-- | src/game/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 4970b4bab01..d710e34ef36 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -536,6 +536,7 @@ class TRINITY_DLL_SPEC WorldObject : public Object Map const* GetBaseMap() const; void SetZoneScript(); + ZoneScript * GetZoneScript() const { return m_zoneScript; } TempSummon* SummonCreature(uint32 id, float x, float y, float z, float ang = 0,TempSummonType spwtype = TEMPSUMMON_MANUAL_DESPAWN,uint32 despwtime = 0); Vehicle* SummonVehicle(uint32 entry, float x, float y, float z, float ang = 0); |