mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634953274063126700');
|
||||
|
||||
UPDATE `spell_proc_event` SET `procFlags` = `procFlags`|16384 WHERE `entry` = 16164;
|
||||
Reference in New Issue
Block a user