fix(DB/Procs): Shaman's Elemental Focus should also proc off healing spells (Healing Wave, Lesser Healing Wave, etc.) (#8695)

"Elemental Focus (Elemental): Now also can proc off Lesser Healing Wave and Healing Wave, and can be used on all healing spells."
https://wowwiki-archive.fandom.com/wiki/Patch_3.0.2#Shaman
This commit is contained in:
Skjalf
2021-10-28 18:56:05 -03:00
committed by GitHub
parent 5cf8bb66e3
commit b093ede535

View File

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