Skip to content

Commit 1aea45d

Browse files
committed
prepare merge
1 parent e3c8760 commit 1aea45d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/server/scripts/Spells/spell_warrior.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ class spell_warr_meat_cleaver_damage_bonus : public SpellScript
13221322
protected:
13231323
bool Validate(SpellInfo const* /*spellInfo*/) override
13241324
{
1325-
return ValidateSpellEffect({{ SPELL_WARRIOR_MEAT_CLEAVER_TALENT, EFFECT_0 }, { SPELL_WARRIOR_MEAT_CLEAVER_TALENT, EFFECT_1 }});
1325+
return ValidateSpellEffect({{ SPELL_WARRIOR_MEAT_CLEAVER_TALENT, EFFECT_1 } });
13261326
}
13271327

13281328
bool Load() override

0 commit comments

Comments
 (0)