mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Scripts/Spells: Code style adjustments for druid scripts (final?) (#23726)
This commit is contained in:
committed by
Giacomo Pozzoni
parent
61ad87d106
commit
d56dd89635
@@ -962,8 +962,7 @@ private:
|
||||
|
||||
void Register() override
|
||||
{
|
||||
DoEffectCalcAmount += AuraEffectCalcAmountFn(spell_dru_moonkin_form_passive::CalculateAmount, EFFECT_0,
|
||||
SPELL_AURA_SCHOOL_ABSORB);
|
||||
DoEffectCalcAmount += AuraEffectCalcAmountFn(spell_dru_moonkin_form_passive::CalculateAmount, EFFECT_0, SPELL_AURA_SCHOOL_ABSORB);
|
||||
OnEffectAbsorb += AuraEffectAbsorbFn(spell_dru_moonkin_form_passive::Absorb, EFFECT_0);
|
||||
}
|
||||
};
|
||||
@@ -976,10 +975,10 @@ class spell_dru_omen_of_clarity : public AuraScript
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
SPELL_DRUID_BALANCE_T10_BONUS,
|
||||
SPELL_DRUID_BALANCE_T10_BONUS_PROC
|
||||
});
|
||||
{
|
||||
SPELL_DRUID_BALANCE_T10_BONUS,
|
||||
SPELL_DRUID_BALANCE_T10_BONUS_PROC
|
||||
});
|
||||
}
|
||||
|
||||
void HandleProc(AuraEffect const* aurEff, ProcEventInfo& /*eventInfo*/)
|
||||
|
||||
Reference in New Issue
Block a user