Skip to content

Commit e9346d8

Browse files
committed
[Devourer] fix Impending Apocalypse stacking
1 parent 71bc388 commit e9346d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/class_modules/sc_demon_hunter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9355,7 +9355,7 @@ struct impending_apocalypse_buff_t : public demon_hunter_buff_t<buff_t>
93559355
{
93569356
set_constant_behavior( buff_constant_behavior::NEVER_CONSTANT );
93579357
set_tick_behavior( buff_tick_behavior::NONE );
9358-
disable_ticking( true );
9358+
set_period( 0_ms );
93599359
}
93609360

93619361
void increment(int stacks, double value, timespan_t duration) override

0 commit comments

Comments
 (0)