Skip to content

Commit 264b583

Browse files
committed
[Druid] update to use set_tick_behavior instead of disable_ticking
1 parent bde9d12 commit 264b583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/class_modules/sc_druid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11464,7 +11464,7 @@ void druid_t::create_buffs()
1146411464

1146511465
buff.root_network = make_fallback( talent.root_network.ok(), this, "root_network", find_spell( 439887 ) )
1146611466
// TODO: confirm updating behavior where all stacks are decreased at once then recalibrated on tick
11467-
->disable_ticking( true );
11467+
->set_tick_behavior( buff_tick_behavior::NONE );
1146811468

1146911469
buff.ruthless_aggression = make_fallback( talent.ruthless_aggression.ok(),
1147011470
this, "ruthless_aggression", find_trigger( talent.ruthless_aggression ).trigger() )

0 commit comments

Comments
 (0)