mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*Some improvement of DK start zone quests (no new quest fixed)
--HG-- branch : trunk
This commit is contained in:
@@ -4877,7 +4877,12 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
||||
m_caster->CastSpell(x, y, z, 54522, true);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
// Sky Darkener Assault
|
||||
case 52124:
|
||||
if(unitTarget)
|
||||
m_caster->CastSpell(unitTarget, 52125, false);
|
||||
return;
|
||||
// Death Gate
|
||||
case 52751:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user