diff options
author | megamage <none@none> | 2009-03-31 09:18:39 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-31 09:18:39 -0600 |
commit | 031df598ab444ae4ed3d3d66996168d3577fb29d (patch) | |
tree | b85408862f7001e8dc43447bc74bd77ce817e93e /src/game/Totem.cpp | |
parent | be89c6bb2a6a2c5f1a62e2010a9ee97efb8529b2 (diff) |
*Try to fix crash.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r-- | src/game/Totem.cpp | 2 |
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; |