fix(Core/Spells): Ensures that Moonkin Aura is always casted with Moonkin Form. (#10195)

This commit is contained in:
UltraNix
2022-01-25 02:03:08 +01:00
committed by GitHub
parent b4b7a00b94
commit 850371d704

View File

@@ -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: