aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r--src/game/Totem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp
index df6c55dae82..3b1879feca7 100644
--- a/src/game/Totem.cpp
+++ b/src/game/Totem.cpp
@@ -88,8 +88,6 @@ void Totem::Summon(Unit* owner)
data << GetGUID();
SendMessageToSet(&data,true);
- AIM_Initialize();
-
switch(m_type)
{
case TOTEM_PASSIVE: CastSpell(this, GetSpell(), true); break;