Skip to content

Commit

Permalink
[9117] Add dummy effect at aura removal for spell 32286
Browse files Browse the repository at this point in the history
Signed-off-by: NoFantasy <nofantasy@nf.no>
  • Loading branch information
NoFantasy committed Jan 7, 2010
1 parent 9e9ea44 commit c0c9919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/game/SpellAuras.cpp
Expand Up @@ -2394,6 +2394,13 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
m_target->CastSpell(m_target, 28240, true, NULL, this);
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
{
m_target->CastSpell(m_target, 36731, true, NULL, this);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9116"
#define REVISION_NR "9117"
#endif // __REVISION_NR_H__

0 comments on commit c0c9919

Please sign in to comment.