diff --git a/sim/common/item_effects.go b/sim/common/item_effects.go index 5411eed6c..00cfdbf59 100644 --- a/sim/common/item_effects.go +++ b/sim/common/item_effects.go @@ -1070,8 +1070,9 @@ func init() { }, }) }) - - itemhelpers.CreateWeaponProcSpell(FlurryAxe, "Flurry Axe", 1.0, func(character *core.Character) *core.Spell { + + // PPM from Armaments discord + itemhelpers.CreateWeaponProcSpell(FlurryAxe, "Flurry Axe", 1.9, func(character *core.Character) *core.Spell { return character.GetOrRegisterSpell(core.SpellConfig{ ActionID: core.ActionID{SpellID: 18797}, SpellSchool: core.SpellSchoolPhysical, @@ -3507,4 +3508,4 @@ func ArmorShatterAuras(target *core.Unit) *core.Aura { }) return aura -} \ No newline at end of file +}