From b093ede5355531cad896591dd91078de7159f555 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:56:05 -0300 Subject: [PATCH] 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 --- data/sql/updates/pending_db_world/rev_1634953274063126700.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634953274063126700.sql diff --git a/data/sql/updates/pending_db_world/rev_1634953274063126700.sql b/data/sql/updates/pending_db_world/rev_1634953274063126700.sql new file mode 100644 index 000000000..5c3ac6a4c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634953274063126700.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634953274063126700'); + +UPDATE `spell_proc_event` SET `procFlags` = `procFlags`|16384 WHERE `entry` = 16164;