\n";
os << "
Known Bugs and Issues
\n";
diff --git a/engine/class_modules/monk/sc_monk.hpp b/engine/class_modules/monk/sc_monk.hpp
index c96afdd6741..20fdf73ed50 100644
--- a/engine/class_modules/monk/sc_monk.hpp
+++ b/engine/class_modules/monk/sc_monk.hpp
@@ -63,7 +63,7 @@ struct monk_action_t : public parse_action_effects_t
{
bool ww_mastery;
bool may_combo_strike;
- bool cast_during_sck;
+ std::vector
cast_during_ids;
bool track_cd_waste;
std::vector persistent_multiplier_effects;
@@ -96,8 +96,8 @@ struct monk_action_t : public parse_action_effects_t
std::unique_ptr create_expression( std::string_view name_str ) override;
- bool usable_moving() const override;
bool ready() override;
+ bool usable_moving() const override;
void init() override;
void init_finished() override;
void reset_swing();