mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[11412] Add dummy effect of spell 52369 and 52371
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
a9ec4f1094
commit
f076575a7b
2 changed files with 11 additions and 1 deletions
|
|
@ -1986,6 +1986,16 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
}
|
||||
return;
|
||||
}
|
||||
case 52369: // Detonate Explosives
|
||||
case 52371: // Detonate Explosives
|
||||
{
|
||||
if (!unitTarget)
|
||||
return;
|
||||
|
||||
// Cosmetic - Explosion
|
||||
unitTarget->CastSpell(unitTarget, 46419, true);
|
||||
return;
|
||||
}
|
||||
case 52759: // Ancestral Awakening
|
||||
{
|
||||
if (!unitTarget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue