aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorKingPin <none@none>2008-10-19 17:27:18 -0500
committerKingPin <none@none>2008-10-19 17:27:18 -0500
commit0cb3a7951811140c2619353c0e3c3b4dd727a63c (patch)
tree156b09f8b2a12b1d62fb1b2f469c4decfe811ff4 /src/game/SpellAuras.cpp
parent0d8d686d812ac0d4d9fde880401107a74f594451 (diff)
[svn] * DB data for item 28356 and related, and also for 28602, 30317, 28578. source: Mangos
* List fake data for last spells expected to listed in `spell_affect`. source: Mangos * Fixed: wrong arg name for va_start call in WorldSession::SendNotification. source: Mangos * Implemented dummy aura of spell 43873. source: Mangos --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp6
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)
{