diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 67fe69255..e255164c3 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2394,6 +2394,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real) return; } + case 43969: // Feathered Charm + { + // Steelfeather Quest Credit, Are there any requirements for this, like area? + if (m_removeMode == AURA_REMOVE_BY_EXPIRE) + target->CastSpell(target, 43984, true); + + return; + } case 44191: // Flame Strike { if (target->GetMap()->IsDungeon()) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index cfae53ccc..c62d3d82e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11230" + #define REVISION_NR "11231" #endif // __REVISION_NR_H__