diff options
Diffstat (limited to 'src/game/DynamicObject.h')
-rw-r--r-- | src/game/DynamicObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DynamicObject.h b/src/game/DynamicObject.h index 94985f247d7..13747891964 100644 --- a/src/game/DynamicObject.h +++ b/src/game/DynamicObject.h @@ -35,7 +35,7 @@ class DynamicObject : public WorldObject void AddToWorld(); void RemoveFromWorld(); - bool Create(uint32 guidlow, Unit *caster, uint32 spellId, uint32 effMask, float x, float y, float z, int32 duration, float radius, bool active); + bool Create(uint32 guidlow, Unit *caster, uint32 spellId, uint32 effMask, const Position &pos, int32 duration, float radius, bool active); void Update(uint32 p_time); void Delete(); uint32 GetSpellId() const { return m_spellId; } |