Skip to content

Commit

Permalink
[Unholy] Move Unholy Death Knight to phase 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hillerstorm committed Oct 31, 2024
1 parent 5f391bb commit 44ef32e
Show file tree
Hide file tree
Showing 8 changed files with 1,402 additions and 3,031 deletions.
1,680 changes: 840 additions & 840 deletions sim/death_knight/unholy/TestUnholy.results

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sim/death_knight/unholy/unholy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var FullConsumes = &proto.Consumes{
DefaultPotion: proto.Potions_GolembloodPotion,
PrepopPotion: proto.Potions_GolembloodPotion,
Food: proto.Food_FoodBeerBasedCrocolisk,
TinkerHands: proto.TinkerHands_TinkerHandsSynapseSprings,
}

var ItemFilter = core.ItemFilter{
Expand Down
2 changes: 1 addition & 1 deletion ui/core/launched_sims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const simLaunchStatuses: Record<Spec, SimStatus> = {
status: LaunchStatus.Launched,
},
[Spec.SpecUnholyDeathKnight]: {
phase: Phase.Phase2,
phase: Phase.Phase3,
status: LaunchStatus.Launched,
},
// Druid
Expand Down
Loading

0 comments on commit 44ef32e

Please sign in to comment.