[9480] Add aura dummy effect of spell 29266

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-02-28 11:35:11 +01:00
parent bf7616138b
commit 53eeb6d99a
2 changed files with 6 additions and 1 deletions

View file

@ -2268,6 +2268,11 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
if (Unit* caster = GetCaster())
caster->CastSpell(caster, 13138, true, NULL, this);
return;
case 29266: // Permanent Feign Death
if (m_target->GetTypeId() == TYPEID_UNIT)
m_target->SetFeignDeath(true);
return;
case 35357: // Spawn Feign Death
if (m_target->GetTypeId() == TYPEID_UNIT)
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9479"
#define REVISION_NR "9480"
#endif // __REVISION_NR_H__