mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +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);
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue