diff options
Diffstat (limited to 'src/game/TemporarySummon.h')
-rw-r--r-- | src/game/TemporarySummon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/TemporarySummon.h b/src/game/TemporarySummon.h index aa4650a02c9..3fd960fc4e3 100644 --- a/src/game/TemporarySummon.h +++ b/src/game/TemporarySummon.h @@ -51,7 +51,6 @@ class Minion : public TempSummon public: Minion(SummonPropertiesEntry const *properties, Unit *owner); void InitStats(uint32 duration); - void InitSummon(); void RemoveFromWorld(); Unit *GetOwner() { return m_owner; } float GetFollowAngle() const { return m_followAngle; } @@ -68,6 +67,7 @@ class Guardian : public Minion Guardian(SummonPropertiesEntry const *properties, Unit *owner); void InitStats(uint32 duration); bool InitStatsForLevel(uint32 level); + void InitSummon(); bool UpdateStats(Stats stat); bool UpdateAllStats(); |