There was an error while loading. Please reload this page.
1 parent 5d3eb4f commit 4871a21Copy full SHA for 4871a21
1 file changed
engine/class_modules/priest/sc_priest.hpp
@@ -1390,7 +1390,7 @@ struct priest_absorb_t : public priest_action_t<absorb_t>
1390
{
1391
base_t::execute();
1392
1393
- if ( priest().talents.surge_of_light.enabled() )
+ if ( !background && priest().talents.surge_of_light.enabled() )
1394
priest().buffs.surge_of_light->trigger();
1395
}
1396
};
@@ -1489,7 +1489,7 @@ struct priest_heal_t : public priest_action_t<heal_t>
1489
1490
1491
1492
1493
1494
1495
0 commit comments