mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Support for spell 67751 used by Argent Confessor Paletress. Thanks to QAston and Gyullo.
--HG-- branch : trunk
This commit is contained in:
@@ -5686,6 +5686,14 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
||||
unitTarget->CastSpell(unitTarget,67729,false); //Explode
|
||||
break;
|
||||
}
|
||||
case 66545: //Summon Memory
|
||||
{
|
||||
uint8 uiRandom = urand(0,25);
|
||||
uint32 uiSpells[26] = {66704,66705,66706,66707,66709,66710,66711,66712,66713,66714,66715,66708,66708,66691,66692,66694,66695,66696,66697,66698,66699,66700,66701,66702,66703,66543};
|
||||
|
||||
m_caster->CastSpell(m_caster,uiSpells[uiRandom],true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user