Skip to content

Commit

Permalink
disable zandalar buff by default for shamans
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 14, 2025
1 parent 4c298c3 commit 50a2e7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/elemental_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const DefaultIndividualBuffs = IndividualBuffs.create({
saygesFortune: SaygesFortune.SaygesDamage,
slipkiksSavvy: true,
songflowerSerenade: true,
spiritOfZandalar: true,
spiritOfZandalar: false,
warchiefsBlessing: true,
});

Expand Down
2 changes: 1 addition & 1 deletion ui/enhancement_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const DefaultIndividualBuffs = IndividualBuffs.create({
saygesFortune: SaygesFortune.SaygesDamage,
slipkiksSavvy: true,
songflowerSerenade: true,
spiritOfZandalar: true,
spiritOfZandalar: false,
warchiefsBlessing: true,
});

Expand Down
2 changes: 1 addition & 1 deletion ui/warden_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const DefaultIndividualBuffs = IndividualBuffs.create({
saygesFortune: SaygesFortune.SaygesDamage,
slipkiksSavvy: true,
songflowerSerenade: true,
spiritOfZandalar: true,
spiritOfZandalar: false,
warchiefsBlessing: true,
});

Expand Down

0 comments on commit 50a2e7d

Please sign in to comment.