diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 184ea0e34..f1fdd64db 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -156,9 +156,8 @@ void TemporarySummon::Summon(TempSummonType type, uint32 lifetime) m_timer = lifetime; m_lifetime = lifetime; - GetMap()->Add((Creature*)this); - AIM_Initialize(); + GetMap()->Add((Creature*)this); } void TemporarySummon::UnSummon() diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 3fef9e2ae..62db8e4b5 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -53,9 +53,8 @@ void Totem::Update( uint32 time ) void Totem::Summon(Unit* owner) { - owner->GetMap()->Add((Creature*)this); - AIM_Initialize(); + owner->GetMap()->Add((Creature*)this); if (owner->GetTypeId() == TYPEID_UNIT && ((Creature*)owner)->AI()) ((Creature*)owner)->AI()->JustSummoned((Creature*)this); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 11bae70ce..498263123 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10443" + #define REVISION_NR "10444" #endif // __REVISION_NR_H__