Skip to content

Commit de67357

Browse files
committed
[monk] Force Yulon's Avatar Heart of the Jade Serpent to be 4s.
1 parent 8590ddb commit de67357

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

engine/class_modules/monk/sc_monk.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,8 @@ struct zenith_t : public monk_spell_t
39873987

39883988
void execute() override
39893989
{
3990-
p()->buff.heart_of_the_jade_serpent_yulons_avatar->trigger();
3990+
p()->buff.heart_of_the_jade_serpent_yulons_avatar->trigger(
3991+
p()->talent.conduit_of_the_celestials.yulons_avatar->effectN( 1 ).time_value() );
39913992

39923993
monk_spell_t::execute();
39933994

0 commit comments

Comments
 (0)