mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9117] Add dummy effect at aura removal for spell 32286
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
aaa5cba89c
commit
17c0ea7020
2 changed files with 8 additions and 1 deletions
|
|
@ -2394,6 +2394,13 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
m_target->CastSpell(m_target, 28240, true, NULL, this);
|
m_target->CastSpell(m_target, 28240, true, NULL, this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case 32286: // Focus Target Visual
|
||||||
|
{
|
||||||
|
if (m_removeMode == AURA_REMOVE_BY_DEFAULT)
|
||||||
|
m_target->CastSpell(m_target, 32301, true, NULL, this);
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
case 36730: // Flame Strike
|
case 36730: // Flame Strike
|
||||||
{
|
{
|
||||||
m_target->CastSpell(m_target, 36731, true, NULL, this);
|
m_target->CastSpell(m_target, 36731, true, NULL, this);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9116"
|
#define REVISION_NR "9117"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue