Skip to content

Commit

Permalink
Merge pull request #1142 from wowsims/feral
Browse files Browse the repository at this point in the history
Move Feral + Guardian sims to Phase 3
  • Loading branch information
NerdEgghead authored Oct 30, 2024
2 parents 31c7860 + 7568623 commit f9b9ee5
Show file tree
Hide file tree
Showing 12 changed files with 1,772 additions and 1,728 deletions.
1,852 changes: 800 additions & 1,052 deletions sim/druid/feral/TestFeral.results

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions sim/druid/feral/feral_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ var FeralItemFilter = core.ItemFilter{
func TestFeral(t *testing.T) {
core.RunTestSuite(t, t.Name(), core.FullCharacterTestSuiteGenerator(core.CharacterSuiteConfig{
Class: proto.Class_ClassDruid,
Race: proto.Race_RaceTauren,
Race: proto.Race_RaceWorgen,

GearSet: core.GetGearSet("../../../ui/druid/feral/gear_sets", "preraid"),
OtherGearSets: []core.GearSetCombo{
core.GetGearSet("../../../ui/druid/feral/gear_sets", "p3"),
core.GetGearSet("../../../ui/druid/feral/gear_sets", "p1"),
},
Talents: StandardTalents,
Glyphs: StandardGlyphs,
Expand Down
Loading

0 comments on commit f9b9ee5

Please sign in to comment.