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);*/
 }
 
Index: trunk/sql/updates/163_world.sql
===================================================================
--- trunk/sql/updates/163_world.sql (revision 160)
+++ trunk/sql/updates/163_world.sql (revision 162)
@@ -1,4 +1,4 @@
 DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126);
---INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine');
+-- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine');
 INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39835, 39968, 1, 'Needle Spine');
 INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-41914, 41915, 0, 'Summon Parasitic Shadowfiend');
