Skip to content

Commit

Permalink
Merge pull request #940 from ssabbyccatt/patch-4
Browse files Browse the repository at this point in the history
updated talent presets
  • Loading branch information
Gashiraa authored Aug 30, 2022
2 parents 794fa5e + 1132de4 commit da707ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/balance_druid/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ import {NO_TARGET} from "../core/proto_utils/utils";
// Default talents. Uses the wowhead calculator format, make the talents on
// https://wowhead.com/wotlk/talent-calc and copy the numbers in the url.
export const StandardTalents = {
name: 'Standard',
name: 'Phase 1',
data: SavedTalents.create({
talentsString: '5012203125331203213305311231--205003012',
talentsString: '5032003115331303213305311231--205003012',
glyphs: Glyphs.create({
major1: DruidMajorGlyph.GlyphOfMoonfire,
major2: DruidMajorGlyph.GlyphOfStarfire,
major1: DruidMajorGlyph.GlyphOfFocus,
major2: DruidMajorGlyph.GlyphOfInsectSwarm,
major3: DruidMajorGlyph.GlyphOfStarfall,
minor1: DruidMinorGlyph.GlyphOfTyphoon,
minor2: DruidMinorGlyph.GlyphOfUnburdenedRebirth,
Expand Down

0 comments on commit da707ae

Please sign in to comment.