fix(DB/Spells): Prince Taldaram's Conjure Flame should proc off from absorbed damage. (#11174)

This commit is contained in:
UltraNix
2022-04-17 05:13:42 +02:00
committed by GitHub
parent 12fb0d0ac4
commit e4df8f494c

View File

@@ -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);