From 1823448b4f65d17e2f85601ac5afd03a587e3afd Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 26 Nov 2019 19:29:58 +0100 Subject: [PATCH] DB/Spells: added proc cooldowns for Battle Trance and Meat Cleaver --- sql/updates/world/custom/custom_2019_11_26_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/custom/custom_2019_11_26_02_world.sql diff --git a/sql/updates/world/custom/custom_2019_11_26_02_world.sql b/sql/updates/world/custom/custom_2019_11_26_02_world.sql new file mode 100644 index 00000000000..8d5e328967a --- /dev/null +++ b/sql/updates/world/custom/custom_2019_11_26_02_world.sql @@ -0,0 +1,2 @@ +UPDATE `spell_proc` SET `Cooldown`= 100 WHERE `SpellId`= -12329; +UPDATE `spell_proc` SET `Cooldown`= 5000 WHERE `SpellId`= -12322;