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.
This commit is contained in:
Benjamin Jackson
2024-06-17 20:27:03 -04:00
committed by GitHub
parent ef87925f28
commit 8f39e88567

View File

@@ -0,0 +1 @@
UPDATE `spell_proc_event` SET `entry` = -20177 WHERE `entry` = 20182;