SkyFire_548 icon indicating copy to clipboard operation
SkyFire_548 copied to clipboard

[SPELL/ROGUE/COMBAT] Combat Potency

Open lingxDEV opened this issue 4 years ago • 1 comments

Current behaviour:

Combat Potency has a 100% proc rate. Every off-hand attack restores 15 energy.

Expected behaviour:

You should only have a 20% chance per successful off-hand attack, to restore 15 energy.

Steps to reproduce the problem:

  1. Make a rogue
  2. Spec into Combat > attack a target dummy > see that every successful off-hand attack restore 15 energy.

SF rev. hash/commit:

Skyfire rev. 164451ca0b0b

SFDB version:

stable5

Operating system:

win10 64

lingxDEV avatar Sep 18 '20 08:09 lingxDEV

Can be fixed with:

UPDATE `spell_proc_event` SET `CustomChance`='20' WHERE `entry`=35551;

not sure if that's a hack though

lingxDEV avatar Sep 19 '20 10:09 lingxDEV