Skip to content

Commit

Permalink
update gcd
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Sep 5, 2023
1 parent 304167d commit be6fbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/common/wotlk/nibelung.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func getSmiteConfig(valkyr *ValkyrPet, spellId int32, damageMin float64, damageM
ProcMask: core.ProcMaskSpellDamage,
Cast: core.CastConfig{
DefaultCast: core.Cast{
GCD: time.Second * 30 / 16, // 1.875s (16 casts per 30s)
GCD: time.Millisecond * 1950, // about 16 instant-casts per 30s with some time left-over
CastTime: 0,
},
},
Expand Down

0 comments on commit be6fbe7

Please sign in to comment.