mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Add support for quest 11626 (The Emissary) - patch by antihrists (thanks)
Closes issue #1061 --HG-- branch : trunk
This commit is contained in:
@@ -1260,6 +1260,14 @@ void Spell::EffectDummy(uint32 i)
|
||||
m_caster->CastSpell(m_caster, 45088, true);
|
||||
return;
|
||||
}
|
||||
case 47170: // Impale Leviroth
|
||||
{
|
||||
if (!unitTarget && unitTarget->GetEntry() != 26452 && ((unitTarget->GetHealth() / unitTarget->GetMaxHealth()) * 100.0f) > 95.0f)
|
||||
return;
|
||||
|
||||
m_caster->DealDamage(unitTarget, unitTarget->GetMaxHealth()*0.93f);
|
||||
return;
|
||||
}
|
||||
case 49625: // Brave's Flare
|
||||
{
|
||||
//Trigger Brave's Flare Effect (with EffectTarget)
|
||||
|
||||
Reference in New Issue
Block a user