Skip to content

Commit

Permalink
[Rogue] Add spell hit to display stats and reorder preset talents to …
Browse files Browse the repository at this point in the history
…be consistent with tree ordering
  • Loading branch information
b-r-a-n committed Aug 15, 2022
1 parent c29da17 commit dbf69f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class RogueSimUI extends IndividualSimUI<Spec.SpecRogue> {
Stat.StatStrength,
Stat.StatAttackPower,
Stat.StatMeleeHit,
Stat.StatSpellHit,
Stat.StatMeleeCrit,
Stat.StatMeleeHaste,
Stat.StatArmorPenetration,
Expand Down Expand Up @@ -163,8 +164,8 @@ export class RogueSimUI extends IndividualSimUI<Spec.SpecRogue> {
presets: {
// Preset talents that the user can quickly select.
talents: [
Presets.CombatTalents,
Presets.AssassinationTalents,
Presets.CombatTalents,
],
// Preset gear configurations that the user can quickly select.
gear: [
Expand Down

0 comments on commit dbf69f9

Please sign in to comment.