mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(Core/Spells): Ensures that Moonkin Aura is always casted with Moonkin Form. (#10195)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user