mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Merge branch 'master' of git@github.com:mangos/mangos
This commit is contained in:
commit
fc79aa717a
1 changed files with 6 additions and 0 deletions
|
|
@ -1933,6 +1933,12 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
if(roll_chance_i(20)) // backfire stun
|
if(roll_chance_i(20)) // backfire stun
|
||||||
m_target->CastSpell(m_target, 51581, true, NULL, this);
|
m_target->CastSpell(m_target, 51581, true, NULL, this);
|
||||||
return;
|
return;
|
||||||
|
case 43873: // Headless Horseman Laugh
|
||||||
|
if(caster->GetTypeId() == TYPEID_PLAYER)
|
||||||
|
{
|
||||||
|
((Player*)caster)->PlaySound(11965, false);
|
||||||
|
}
|
||||||
|
return;
|
||||||
case 46354: // Blood Elf Illusion
|
case 46354: // Blood Elf Illusion
|
||||||
if(caster)
|
if(caster)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue