From c6c2abf20ba185e72311542b2b47d50832342372 Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Wed, 19 Jul 2023 07:52:58 +0200 Subject: [PATCH] fix(DB/Spell) Fix trinkets procs TBC and Vanilla (#16783) --- data/sql/updates/pending_db_world/trinkets.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/trinkets.sql diff --git a/data/sql/updates/pending_db_world/trinkets.sql b/data/sql/updates/pending_db_world/trinkets.sql new file mode 100644 index 000000000..c940e10de --- /dev/null +++ b/data/sql/updates/pending_db_world/trinkets.sql @@ -0,0 +1,8 @@ +-- +UPDATE `spell_proc_event` SET `Cooldown` = 50000 WHERE `entry` = 37655; +UPDATE `spell_proc_event` SET `Cooldown` = 40000 WHERE `entry` = 37247; +UPDATE `spell_proc_event` SET `Cooldown` = 50000 WHERE `entry` = 60066; +UPDATE `spell_proc_event` SET `Cooldown` = 2000 WHERE `entry` = 15600; + +UPDATE `spell_proc_event` SET `procEx` = 262144 WHERE `entry` = 37655; +UPDATE `item_template` SET `spellcooldown_2` = -1 WHERE (`entry` = 28823);