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())
|
||||
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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9479"
|
||||
#define REVISION_NR "9480"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue