Skip to content

Commit

Permalink
orc defualt race, p3 default preset
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Oct 16, 2023
1 parent 12eaca7 commit 39cc669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/core/proto_utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@ const rogueRaces = [
Race.RaceUndead,
];
const shamanRaces = [
Race.RaceDraenei,
Race.RaceOrc,
Race.RaceDraenei,
Race.RaceTauren,
Race.RaceTroll,
];
Expand Down
2 changes: 1 addition & 1 deletion ui/elemental_shaman/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class ElementalShamanSimUI extends IndividualSimUI<Spec.SpecElementalSham

defaults: {
// Default equipped gear.
gear: Presets.P1_PRESET.gear,
gear: Presets.P3_PRESET_HORDE.gear,
// Default EP weights for sorting gear in the gear picker.
epWeights: Stats.fromMap({
[Stat.StatIntellect]: 0.22,
Expand Down

0 comments on commit 39cc669

Please sign in to comment.