fix(DB/Spells): Blazing Speed should proc off from absorbed damage. (#15210)

This commit is contained in:
UltraNix
2023-03-04 21:38:01 +01:00
committed by GitHub
parent d8b9df2a2d
commit c7a44082b4

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_proc_event` WHERE `entry`=-31641;
INSERT INTO `spell_proc_event` VALUES
(-31641,0,0,0,0,0,0x000002A8,0x0000403,2,0,0,0);