From a6207eba63896660fdea20f73d2c5d7df194f5ca Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 24 Aug 2020 02:52:29 +0200 Subject: [PATCH] DB/Spells: added missing threat pct coefficients for Consecration, Avenger's Shield and Hammer of the Righteous based on sniff analysis --- sql/updates/world/4.3.4/2020_08_24_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/4.3.4/2020_08_24_00_world.sql diff --git a/sql/updates/world/4.3.4/2020_08_24_00_world.sql b/sql/updates/world/4.3.4/2020_08_24_00_world.sql new file mode 100644 index 00000000000..87942260147 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_08_24_00_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_threat` WHERE `entry` IN (81297, 31935, 53595, 88263); +INSERT INTO `spell_threat` (`entry`, `pctMod`) VALUES +(81297, 2.5), -- Consecration +(31935, 1.5), -- Avenger's Shield +(53595, 2), -- Hammer of the Righteous +(88263, 2); -- Hammer of the Righteous