mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[11308] Add dummy effect of spell 43209
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
91b56d2940
commit
c81eafd1c1
2 changed files with 10 additions and 1 deletions
|
|
@ -1347,6 +1347,15 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
||||||
m_caster->CastSpell(m_caster, 43072, true);
|
m_caster->CastSpell(m_caster, 43072, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case 43209: // Place Ram Meat
|
||||||
|
{
|
||||||
|
if (!unitTarget)
|
||||||
|
return;
|
||||||
|
|
||||||
|
// Self Visual - Sleep Until Cancelled (DND)
|
||||||
|
unitTarget->RemoveAurasDueToSpell(6606);
|
||||||
|
return;
|
||||||
|
}
|
||||||
case 43572: // Send Them Packing: On /Raise Emote Dummy to Player
|
case 43572: // Send Them Packing: On /Raise Emote Dummy to Player
|
||||||
{
|
{
|
||||||
if (!unitTarget)
|
if (!unitTarget)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11307"
|
#define REVISION_NR "11308"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue