diff --git a/engine/class_modules/sc_demon_hunter.cpp b/engine/class_modules/sc_demon_hunter.cpp index 45e0a92d545..e94cd409b87 100644 --- a/engine/class_modules/sc_demon_hunter.cpp +++ b/engine/class_modules/sc_demon_hunter.cpp @@ -4720,6 +4720,9 @@ struct the_hunt_t : public unbound_chaos_trigger_t( p->talent.demon_hunter.the_hunt->effectN( 2 ).trigger()->effectN( 1 ).base_value() ); + + // TOCHECK: The Hunt dot is bugged to not proc chaotic disposition + affected_by.chaotic_disposition = !p->bugs; } };