*Some improvement of DK start zone quests (no new quest fixed)

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-27 23:33:21 -05:00
parent e81d3acda7
commit d2fe68bfef
5 changed files with 94 additions and 58 deletions

View File

@@ -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:
{