fix(Core/Spells): Ensures that Moonkin Aura is always casted with Moonkin Form. (#10195)
This commit is contained in:
parent
b4b7a00b94
commit
850371d704
1 changed files with 2 additions and 0 deletions
|
|
@ -1422,6 +1422,8 @@ void AuraEffect::HandleShapeshiftBoosts(Unit* target, bool apply) const
|
|||
int32 bp = aurEff->GetAmount();
|
||||
target->CastCustomSpell(target, 48421, &bp, nullptr, nullptr, true);
|
||||
}
|
||||
// Always cast Moonkin Aura
|
||||
target->CastSpell(target, 24907, true, nullptr, this, target->GetGUID());
|
||||
break;
|
||||
// Master Shapeshifter - Tree of Life
|
||||
case FORM_TREE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue