From 1501c7d3574d435af1618b7ef0d5aac44929fc04 Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:41:29 +0200 Subject: [PATCH] fix(DB/Spell): Darkmoon Card: Heroism should only trigger on melee autoattacks (#16775) --- data/sql/updates/pending_db_world/heroism.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/heroism.sql diff --git a/data/sql/updates/pending_db_world/heroism.sql b/data/sql/updates/pending_db_world/heroism.sql new file mode 100644 index 000000000..f261c7f43 --- /dev/null +++ b/data/sql/updates/pending_db_world/heroism.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags` = 4 WHERE `entry` = 23689;