From 5e4bbca6ccf554c14c0063624ac1bc361dcea051 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 28 Aug 2020 18:38:31 +0200 Subject: [PATCH] DB/Spells: added missing internal proc cooldown for Chill of the Grave to avoid additional granting runic power when hitting multiple targets with a single attack --- sql/updates/world/4.3.4/2020_08_28_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/4.3.4/2020_08_28_02_world.sql diff --git a/sql/updates/world/4.3.4/2020_08_28_02_world.sql b/sql/updates/world/4.3.4/2020_08_28_02_world.sql new file mode 100644 index 00000000000..e0a167a0591 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_08_28_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `Cooldown`= 500 WHERE `SpellId`= -49149;