mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
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:
1
data/sql/updates/pending_db_world/reckoning-downrank.sql
Normal file
1
data/sql/updates/pending_db_world/reckoning-downrank.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `entry` = -20177 WHERE `entry` = 20182;
|
||||
Reference in New Issue
Block a user