mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Spells): Prince Taldaram's Conjure Flame should proc off from absorbed damage. (#11174)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648400638105454700');
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=71756;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `procEx`, `procPhase`) VALUES
|
||||
(71756,1027,2);
|
||||
Reference in New Issue
Block a user