diff --git a/engine/class_modules/sc_demon_hunter.cpp b/engine/class_modules/sc_demon_hunter.cpp index 397e94b7032..9d0da939271 100644 --- a/engine/class_modules/sc_demon_hunter.cpp +++ b/engine/class_modules/sc_demon_hunter.cpp @@ -13028,6 +13028,17 @@ class demon_hunter_module_t : public module_t .operation( hotfix::HOTFIX_SET ) .modifier( 16.0 ) .verification_value( 50.0 ); + hotfix::register_effect( "Demon Hunter", "2025-03-26", "Focused Ray works on up to 3 targets", 1239241 ) + .field( "base_value" ) + .operation( hotfix::HOTFIX_SET ) + .modifier( 3.0 ) + .verification_value( 1.0 ); + hotfix::register_effect( "Demon Hunter", "2025-03-26", + "Collapsing star still only does 50% additional damage to primary target", 1290193 ) + .field( "base_value" ) + .operation( hotfix::HOTFIX_SET ) + .modifier( 50.0 ) + .verification_value( 75.0 ); } void combat_begin( sim_t* ) const override