File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package hunter
22
33import (
4- "fmt"
54 "time"
65
76 "github.com/wowsims/mop/sim/core"
@@ -162,10 +161,9 @@ func (hunter *Hunter) GetBaseDamageFromCoeff(coeff float64) float64 {
162161func (hunter * Hunter ) ApplyTalents () {
163162 hunter .applyThrillOfTheHunt ()
164163 hunter .applyBlinkStrike ()
165- fmt .Println ("Sup2" )
166164 hunter .ApplyHotfixes ()
167165
168- hunter .Pet .ApplyTalents ()
166+ // hunter.Pet.ApplyTalents()
169167 hunter .Pet .ApplySpecialization ()
170168}
171169
Original file line number Diff line number Diff line change 11package survival
22
33import (
4- "fmt"
54 "time"
65
76 "github.com/wowsims/mop/sim/core"
@@ -12,7 +11,6 @@ func (survHunter *SurvivalHunter) ApplyTalents() {
1211 survHunter .applyLNL ()
1312 survHunter .ApplyMods ()
1413 survHunter .Hunter .ApplyTalents ()
15- fmt .Println ("Sup" )
1614}
1715func (survHunter * SurvivalHunter ) ApplyMods () {
1816 survHunter .AddStaticMod (core.SpellModConfig {
You can’t perform that action at this time.
0 commit comments