diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 0027d0b3f68..600d9a27cf1 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1950,6 +1950,12 @@ void Aura::HandleAuraDummy(bool apply, bool Real) if(roll_chance_i(20)) // backfire stun m_target->CastSpell(m_target, 51581, true, NULL, this); return; + case 43873: // Headless Horseman Laugh + if(caster->GetTypeId() == TYPEID_PLAYER) + { + ((Player*)caster)->PlaySound(11965, false); + } + return; case 46354: // Blood Elf Illusion if(caster) { |