Core/Spells: Dummy for spell 47703 (Unholy Union) for quest 12126

Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
This commit is contained in:
Ottowayne
2011-01-06 20:14:13 +01:00
committed by Machiavelli
parent 0cf89f635f
commit 1487ebedaa

View File

@@ -5210,6 +5210,16 @@ void Spell::EffectScriptEffect(SpellEffIndex effIndex)
unitTarget->CastSpell(unitTarget, spellTarget[urand(0,4)], true);
break;
}
//Unholy Union - Quest 12126
case 47703:
{
if (m_caster->GetTypeId() != TYPEID_PLAYER)
return;
m_caster->ToPlayer()->DestroyItemCount(36835, 1, true, false);
m_caster->ToPlayer()->AddItem(36836, 1);
break;
}
case 64142: // Upper Deck - Create Foam Sword
if (unitTarget->GetTypeId() != TYPEID_PLAYER)
return;