mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[11231] Add dummy aura effect for spell 43969
TODO: fix spell so that no initial aggro are made. Possibly other requirements are needed for effect. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
c3f2a6be77
commit
c73e3cbd67
2 changed files with 9 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue