Skip to content

Commit

Permalink
Merge pull request #3986 from wowsims/apl
Browse files Browse the repository at this point in the history
Update hunter talents
  • Loading branch information
jimmyt857 committed Nov 1, 2023
2 parents b234954 + 3ad4930 commit 0c71440
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/hunter/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ export const BeastMasteryTalents = {
export const MarksmanTalents = {
name: 'Marksman',
data: SavedTalents.create({
talentsString: '502-035335131030013233035031051-5000002',
talentsString: '502-025335101030013233135031051-5000032',
glyphs: Glyphs.create({
major1: MajorGlyph.GlyphOfSerpentSting,
major2: MajorGlyph.GlyphOfSteadyShot,
major3: MajorGlyph.GlyphOfChimeraShot,
major3: MajorGlyph.GlyphOfExplosiveTrap,
minor1: MinorGlyph.GlyphOfFeignDeath,
minor2: MinorGlyph.GlyphOfRevivePet,
minor3: MinorGlyph.GlyphOfMendPet,
Expand All @@ -113,10 +113,10 @@ export const MarksmanTalents = {
export const SurvivalTalents = {
name: 'Survival',
data: SavedTalents.create({
talentsString: '-015305101-5000032500033330532135301311',
talentsString: '-005305101-5000032500033330531135301331',
glyphs: Glyphs.create({
major1: MajorGlyph.GlyphOfSerpentSting,
major2: MajorGlyph.GlyphOfExplosiveShot,
major2: MajorGlyph.GlyphOfExplosiveTrap,
major3: MajorGlyph.GlyphOfKillShot,
minor1: MinorGlyph.GlyphOfFeignDeath,
minor2: MinorGlyph.GlyphOfRevivePet,
Expand Down

0 comments on commit 0c71440

Please sign in to comment.