mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11411"
|
||||
#define REVISION_NR "11412"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue