Skip to content

Commit

Permalink
[Warlock] Fix APL comment typo
Browse files Browse the repository at this point in the history
Addresses #9829
  • Loading branch information
Azevara authored Jan 4, 2025
1 parent 5a36f50 commit 6004b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/warlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void demonology( player_t* p )
precombat->add_action( "variable,name=first_tyrant_time,op=add,value=action.summon_vilefiend.execute_time,if=talent.summon_vilefiend.enabled", "Accounts for the execution time of Vilefiend in the the setup of Tyrant on Pull" );
precombat->add_action( "variable,name=first_tyrant_time,op=add,value=gcd.max,if=talent.grimoire_felguard.enabled|talent.summon_vilefiend.enabled", "Accounts for the execution time of both Grimoire Felguard and Vilefiend in the tyrant Setup on Pull" );
precombat->add_action( "variable,name=first_tyrant_time,op=sub,value=action.summon_demonic_tyrant.execute_time+action.shadow_bolt.execute_time", "Accounts for Tyrant own Cast Time and an additional Shadowbolt cast time" );
precombat->add_action( "variable,name=first_tyrant_time,op=min,value=10", "Sets an absolute minimun of 10s for the First Tyrant Setup" );
precombat->add_action( "variable,name=first_tyrant_time,op=min,value=10", "Sets an absolute minimum of 10s for the First Tyrant Setup" );
precombat->add_action( "variable,name=in_opener,op=set,value=1" );
precombat->add_action( "variable,name=trinket_1_buffs,value=trinket.1.has_use_buff", "Defines if the the Trinket 1 is a buff Trinket in the trinket logic" );
precombat->add_action( "variable,name=trinket_2_buffs,value=trinket.2.has_use_buff", "Defines if the the Trinket 2 is a buff Trinket in the trinket logic" );
Expand Down

0 comments on commit 6004b19

Please sign in to comment.