Skip to content

Commit

Permalink
[Warrior] Barbaric Training Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadk committed Jan 24, 2025
1 parent b4fe6ab commit b48db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_warrior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ struct warrior_action_t : public parse_action_effects_t<Base>

if ( p()->is_ptr() )
{
parse_effects( p()->talents.warrior.barbaric_training, effect_mask_t( false ).enable( 7, 8 ) );
parse_effects( p()->talents.warrior.barbaric_training, effect_mask_t( false ).enable( 7 ) );
if ( p()->talents.warrior.unstoppable_force )
parse_effects( p()->talents.warrior.avatar, effect_mask_t( false ).enable( 11, 12 ) );

Expand Down

0 comments on commit b48db95

Please sign in to comment.