*Fix spell Negative Energy (casted by Entropius).

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-19 01:06:06 -05:00
parent 7f8cf6c5fe
commit a60d1867e1
2 changed files with 8 additions and 0 deletions

View File

@@ -4840,6 +4840,8 @@ void Spell::EffectScriptEffect(uint32 effIndex)
}
// Force Cast - Portal Effect: Sunwell Isle
case 44876: unitTarget->CastSpell(unitTarget, 44870, true); break;
// Negative Energy
case 46289: m_caster->CastSpell(unitTarget, 46285, true); break;
//5,000 Gold
case 46642:
{