SkyFire_548
SkyFire_548 copied to clipboard
[SPELL/RACIAL/UNDEAD] Touch of the Grave
Current behaviour:
Touch of the Grave procs very often.
Expected behaviour:
Touch of the Grave should have an internal cooldown of 18 seconds and should NOT trigger combat.
Steps to reproduce the problem:
- Make an undead rogue
- Auto attack a target > see that Touch of the Grave procs a lot
For the combat bug:
- Make an undead rogue
- Stack 5 combo points > use Rupture > move away > see how Touch of the Grave procs keeps you in combat
SF rev. hash/commit:
Skyfire rev. 7f1a4abd1b9f+
SFDB version:
stable5
Operating system:
win10 64
DELETE FROM spell_proc_event WHERE entry=5227; INSERT INTO spell_proc_event (entry, SchoolMask, SpellFamilyName, SpellFamilyMask0, SpellFamilyMask1, SpellFamilyMask2, SpellFamilyMask3, procFlags, procEx, ppmRate, CustomChance, Cooldown) VALUES (5227, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 18);
Fixes the ICD.
Proc still starts combat, should not.