From 8f39e88567408fb03740739d93ca78a9b373a846 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:27:03 -0400 Subject: [PATCH] fix(DB/Procs): Add proc info for lower ranks of Reckoning talent. (#19071) * Init. * Adjust query. Use the rank system supported by the table rather than add the individual rank spell IDs. * Remove redundant query segment. --- data/sql/updates/pending_db_world/reckoning-downrank.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/reckoning-downrank.sql diff --git a/data/sql/updates/pending_db_world/reckoning-downrank.sql b/data/sql/updates/pending_db_world/reckoning-downrank.sql new file mode 100644 index 000000000..25e515e44 --- /dev/null +++ b/data/sql/updates/pending_db_world/reckoning-downrank.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `entry` = -20177 WHERE `entry` = 20182;