Skip to content

Commit 1c6d509

Browse files
committed
fixing/cleaning up hunter talents
1 parent f770008 commit 1c6d509

File tree

12 files changed

+610
-489
lines changed

12 files changed

+610
-489
lines changed

sim/core/spell_mod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const (
257257
// Uses FloatValue
258258
SpellMod_CritDamageBonus_Flat
259259

260-
// Will reduce spell.DefaultCast.Cost by % amount. -5% = -0.05
260+
// Will reduce spell.DefaultCast.Cost by % amount. -5% = -5
261261
// Uses IntValue
262262
SpellMod_PowerCost_Pct
263263

sim/hunter/arcane_shot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func (hunter *Hunter) getArcaneShotConfig(rank int, timer *core.Timer) core.Spel
3939
IgnoreHaste: true,
4040
CD: core.Cooldown{
4141
Timer: timer,
42-
Duration: time.Second*6 - time.Millisecond*200*time.Duration(hunter.Talents.ImprovedArcaneShot),
42+
Duration: time.Second * 6,
4343
},
4444
},
4545

0 commit comments

Comments
 (0)