mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Spells: Dummy for spell 47703 (Unholy Union) for quest 12126
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user