We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b629d commit 6797624Copy full SHA for 6797624
1 file changed
engine/class_modules/sc_druid.cpp
@@ -7308,7 +7308,7 @@ struct force_of_nature_t final : public trigger_control_of_the_dream_t<druid_spe
7308
}
7309
7310
for ( const auto& eff : data().effects() )
7311
- if ( eff.type() == E_TRIGGER_SPELL && eff.trigger()->id() == 2428280 )
+ if ( eff.type() == E_TRIGGER_SPELL && eff.trigger()->id() == 248280 )
7312
summon_delays.push_back( timespan_t::from_millis( eff.misc_value1() ) );
7313
7314
p->pets.force_of_nature.set_default_duration( find_trigger( this ).trigger()->duration() + 1_ms );
0 commit comments