Skip to content

Commit

Permalink
fix zandalari hero charm ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Sep 29, 2024
1 parent 69077d9 commit 9fb188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/common/vanilla/item_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,7 @@ func init() {
core.NewItemEffect(ZandalariHeroCharm, func(agent core.Agent) {
character := agent.GetCharacter()

actionID := core.ActionID{ItemID: TalismanOfEphemeralPower}
actionID := core.ActionID{ItemID: ZandalariHeroCharm}
bonusPerStack := stats.Stats{
stats.SpellDamage: 17,
stats.HealingPower: 34,
Expand Down

0 comments on commit 9fb188f

Please sign in to comment.