Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comment typo in warlock_demonology.simc #9829

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ActionPriorityLists/warlock_demonology.simc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ actions.precombat+=/variable,name=first_tyrant_time,op=add,value=action.summon_v
actions.precombat+=/variable,name=first_tyrant_time,op=add,value=gcd.max,if=talent.grimoire_felguard.enabled|talent.summon_vilefiend.enabled
# Accounts for Tyrant own Cast Time and an additional Shadowbolt cast time
actions.precombat+=/variable,name=first_tyrant_time,op=sub,value=action.summon_demonic_tyrant.execute_time+action.shadow_bolt.execute_time
# Sets an absolute minimun of 10s for the First Tyrant Setup
# Sets an absolute minimum of 10s for the First Tyrant Setup
actions.precombat+=/variable,name=first_tyrant_time,op=min,value=10
actions.precombat+=/variable,name=in_opener,op=set,value=1
# Defines if the the Trinket 1 is a buff Trinket in the trinket logic
Expand Down