mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*Fix spell Negative Energy (casted by Entropius).
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user