Index: trunk/src/game/SpellEffects.cpp
===================================================================
--- trunk/src/game/SpellEffects.cpp (revision 161)
+++ trunk/src/game/SpellEffects.cpp (revision 162)
@@ -57,5 +57,4 @@
 #include "Util.h"
 #include "TemporarySummon.h"
-
 
 pEffect SpellEffects[TOTAL_SPELL_EFFECTS]=
@@ -224,5 +223,5 @@
 void Spell::EffectUnused(uint32 /*i*/)
 {
-    // NOT USED BY ANY SPELL OR USELESS OR IMPLEMENTED IN DIFFERENT WAY IN TRINITY
+    // NOT USED BY ANY SPELL OR USELESS OR IMPLEMENTED IN DIFFERENT WAY IN MANGOS
 }
 
Index: trunk/src/game/SpellAuras.cpp
===================================================================
--- trunk/src/game/SpellAuras.cpp (revision 161)
+++ trunk/src/game/SpellAuras.cpp (revision 162)
@@ -1881,5 +1881,6 @@
         }
     }
-    // All ok cast by default case
+    m_target->CastSpell(target, triggredSpellInfo, true, 0, this, originalCasterGUID);
+    /*// All ok cast by default case
     Spell *spell = new Spell(m_target, triggredSpellInfo, true, originalCasterGUID );
 
@@ -1891,5 +1892,5 @@
         targets.setDestination(dynObj->GetPositionX(),dynObj->GetPositionY(),dynObj->GetPositionZ());
 
-    spell->prepare(&targets, this);
+    spell->prepare(&targets, this);*/
 }
 
