From 374db51baee24c73d26083f6868792639e938878 Mon Sep 17 00:00:00 2001 From: Sorikoff <46191832+Sorikoff@users.noreply.github.com> Date: Sun, 18 Aug 2019 15:24:18 +0000 Subject: Scripts/Spells: Code style adjustments for druid scripts (#23725) (cherry picked from commit 63bbf4a4bee03a3ca5e73eafcef4976c76d86f5d) --- src/server/scripts/Spells/spell_druid.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/scripts') 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) -- cgit v1.2.3