Merge branch 'master' of git@github.com:mangos/mangos

This commit is contained in:
VladimirMangos 2008-10-20 02:43:26 +04:00
commit fc79aa717a

View file

@ -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)
{ {