mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[10846] Add dummy aura of spell 43874 (indirectly related to spell/effect 50133)
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
4aa0ab7c40
commit
e1b243f375
3 changed files with 10 additions and 1 deletions
|
|
@ -1477,12 +1477,14 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT)
|
||||
return;
|
||||
|
||||
// Scourge Mur'gul Camp: Force Shield Arcane Purple x3
|
||||
if (unitTarget->HasAura(43874))
|
||||
{
|
||||
// someone else is already channeling target
|
||||
if (unitTarget->HasAura(43878))
|
||||
return;
|
||||
|
||||
// Scourging Crystal Controller
|
||||
m_caster->CastSpell(unitTarget, 43878, true, m_CastItem);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue