From aba291bded4ecd3539b8dfda941da01cb8dc7184 Mon Sep 17 00:00:00 2001 From: arrai Date: Mon, 20 Oct 2008 00:11:05 +0200 Subject: [PATCH] * Implemented dummy aura of spell 43873 --- src/game/SpellAuras.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 26e77c85c..7f82341a7 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1933,6 +1933,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) {