mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[9480] Add aura dummy effect of spell 29266
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
bf7616138b
commit
53eeb6d99a
2 changed files with 6 additions and 1 deletions
|
|
@ -2268,6 +2268,11 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
if (Unit* caster = GetCaster())
|
if (Unit* caster = GetCaster())
|
||||||
caster->CastSpell(caster, 13138, true, NULL, this);
|
caster->CastSpell(caster, 13138, true, NULL, this);
|
||||||
return;
|
return;
|
||||||
|
case 29266: // Permanent Feign Death
|
||||||
|
if (m_target->GetTypeId() == TYPEID_UNIT)
|
||||||
|
m_target->SetFeignDeath(true);
|
||||||
|
|
||||||
|
return;
|
||||||
case 35357: // Spawn Feign Death
|
case 35357: // Spawn Feign Death
|
||||||
if (m_target->GetTypeId() == TYPEID_UNIT)
|
if (m_target->GetTypeId() == TYPEID_UNIT)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9479"
|
#define REVISION_NR "9480"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue