mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(DB/Spell) Fix trinkets procs TBC and Vanilla (#16783)
This commit is contained in:
8
data/sql/updates/pending_db_world/trinkets.sql
Normal file
8
data/sql/updates/pending_db_world/trinkets.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user