[11308] Add dummy effect of spell 43209

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-04-03 15:13:31 +02:00
parent 91b56d2940
commit c81eafd1c1
2 changed files with 10 additions and 1 deletions

View file

@ -1347,6 +1347,15 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
m_caster->CastSpell(m_caster, 43072, true);
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
{
if (!unitTarget)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11307"
#define REVISION_NR "11308"
#endif // __REVISION_NR_H__