Skip to content

Commit fc3f485

Browse files
authored
Update shadow_priest_test.go
1 parent deed98c commit fc3f485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sim/priest/shadow/shadow_priest_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestP1Shadow(t *testing.T) {
2222

2323
Talents: P1Talents,
2424
GearSet: core.GetGearSet("../../../ui/shadow_priest/gear_sets", "p0.bis"),
25-
Rotation: core.GetAplRotation("../../../ui/shadow_priest/apls", "p1"),
25+
Rotation: core.GetAplRotation("../../../ui/shadow_priest/apls", "shadow"),
2626
Buffs: core.FullBuffs,
2727
Consumes: P1Consumes,
2828
SpecOptions: core.SpecOptionsCombo{Label: "Basic", SpecOptions: PlayerOptionsBasic},
@@ -34,7 +34,7 @@ func TestP1Shadow(t *testing.T) {
3434
}))
3535
}
3636

37-
var P1Talents = "0512301302--5002504103501251"
37+
var P1Talents = "50023013--5002524103511251"
3838

3939
var P1Consumes = core.ConsumesCombo{
4040
Label: "P1-Consumes",

0 commit comments

Comments
 (0)