Skip to content

Commit 6797624

Browse files
committed
[Balance] fix fon id typo
1 parent 08b629d commit 6797624

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
@@ -7308,7 +7308,7 @@ struct force_of_nature_t final : public trigger_control_of_the_dream_t<druid_spe
73087308
}
73097309

73107310
for ( const auto& eff : data().effects() )
7311-
if ( eff.type() == E_TRIGGER_SPELL && eff.trigger()->id() == 2428280 )
7311+
if ( eff.type() == E_TRIGGER_SPELL && eff.trigger()->id() == 248280 )
73127312
summon_delays.push_back( timespan_t::from_millis( eff.misc_value1() ) );
73137313

73147314
p->pets.force_of_nature.set_default_duration( find_trigger( this ).trigger()->duration() + 1_ms );

0 commit comments

Comments
 (0)