diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-08-18 15:24:18 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 21:14:53 +0100 |
| commit | 374db51baee24c73d26083f6868792639e938878 (patch) | |
| tree | abaf2002ddbc08a23e0e5bf68eb41f72d3fcd233 /src/server/scripts | |
| parent | 568e60ef517ea28b17d6d404bb1dfcc49c88bc4f (diff) | |
Scripts/Spells: Code style adjustments for druid scripts (#23725)
(cherry picked from commit 63bbf4a4bee03a3ca5e73eafcef4976c76d86f5d)
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_druid.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp index ab6c31ae210..3251f70b022 100644 --- a/src/server/scripts/Spells/spell_druid.cpp +++ b/src/server/scripts/Spells/spell_druid.cpp @@ -746,11 +746,12 @@ class spell_dru_item_t6_trinket : public AuraScript bool Validate(SpellInfo const* /*spellInfo*/) override { - return ValidateSpellInfo({ + return ValidateSpellInfo( + { SPELL_DRUID_BLESSING_OF_REMULOS, SPELL_DRUID_BLESSING_OF_ELUNE, SPELL_DRUID_BLESSING_OF_CENARIUS - }); + }); } void HandleProc(AuraEffect* aurEff, ProcEventInfo& eventInfo) |
