From 4724719e8d9ede73eb537738ddc3c033d31dd9fc Mon Sep 17 00:00:00 2001 From: Arma Date: Sat, 21 Mar 2026 02:22:24 -0700 Subject: [PATCH] [Deathknight] Base sanguinary burst off blood mist buff, not drw --- engine/class_modules/sc_death_knight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/class_modules/sc_death_knight.cpp b/engine/class_modules/sc_death_knight.cpp index 4fa35a35315..f813c26edf8 100644 --- a/engine/class_modules/sc_death_knight.cpp +++ b/engine/class_modules/sc_death_knight.cpp @@ -12797,7 +12797,7 @@ double death_knight_t::resource_loss( resource_e resource_type, double amount, g cooldown.vampiric_blood->adjust( -sec ); } - if ( talent.blood.sanguinary_burst.ok() && buffs.dancing_rune_weapon->check() ) + if ( talent.blood.sanguinary_burst.ok() && buffs.blood_mist->check() ) buffs.sanguinary_burst->trigger( as( final_spend ) ); } }