From 3ad49308a0699238536a024d48ac7a9e0e2e2105 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 31 Oct 2023 17:57:57 -0700 Subject: [PATCH] Update hunter talents --- ui/hunter/presets.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/hunter/presets.ts b/ui/hunter/presets.ts index d61dc1e303..853e173adc 100644 --- a/ui/hunter/presets.ts +++ b/ui/hunter/presets.ts @@ -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, @@ -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,