aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authormegamage <none@none>2008-11-03 20:44:32 -0600
committermegamage <none@none>2008-11-03 20:44:32 -0600
commita5045b76849f095929358248d8b51ed8a4fb89bc (patch)
treee108c62eec4562287c17e3bcccec2db9262253ae /src/game
parent6391d04aac45de99d7dae5e99a13228157c4ba3c (diff)
[svn] Update black temple boss 1, 2 script.
--HG-- branch : trunk
Diffstat (limited to 'src/game')
-rw-r--r--src/game/SpellEffects.cpp4
-rw-r--r--src/game/SpellMgr.cpp1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 45830146e67..d0aa63305c3 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4853,11 +4853,11 @@ void Spell::EffectScriptEffect(uint32 effIndex)
// Dreaming Glory
case 28698: unitTarget->CastSpell(unitTarget, 28694, true); break;
// Needle Spine
- case 39835: unitTarget->CastSpell(unitTarget, 39968, true); break;
+ //case 39835: unitTarget->CastSpell(unitTarget, 39968, true); break;
// Draw Soul
case 40904: unitTarget->CastSpell(m_caster, 40903, true); break;
// Flame Crash
- case 41126: unitTarget->CastSpell(unitTarget, 41131, true); break;
+ //case 41126: unitTarget->CastSpell(unitTarget, 41131, true); break;
case 41931:
{
int bag=19;
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 2922208b963..48cae6c2663 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -2031,6 +2031,7 @@ void SpellMgr::LoadSpellExtraAttr()
}
tempAttr.attr[SPELL_EXTRA_ATTR_MAX_TARGETS] = 3;
mSpellExtraAttrMap[41376] = tempAttr; //Spite
+ mSpellExtraAttrMap[39992] = tempAttr; //Needle Spine
tempAttr.attr[SPELL_EXTRA_ATTR_MAX_TARGETS] = 0;
//hack here, only for those strange exceptions!