fix(DB/Spells): Elemental Focus should proc off only from damage spells. (#9498)

Fixes #3859
This commit is contained in:
UltraNix
2021-12-07 02:42:07 +01:00
committed by GitHub
parent bb6b7f2fab
commit 62c175a5e5

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638637475108173400');
UPDATE `spell_proc_event` SET `procFlags`=0x00011150 WHERE `entry`=16164;