mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/Spells): Blazing Speed should proc off from absorbed damage. (#15210)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user