SkyFire_548
SkyFire_548 copied to clipboard
[SPELL/ROGUE/COMBAT] Combat Potency
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:
- Make a rogue
- 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
Can be fixed with:
UPDATE `spell_proc_event` SET `CustomChance`='20' WHERE `entry`=35551;
not sure if that's a hack though