mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Spells: added missing threat pct coefficients for Consecration, Avenger's Shield and Hammer of the Righteous based on sniff analysis
This commit is contained in:
6
sql/updates/world/4.3.4/2020_08_24_00_world.sql
Normal file
6
sql/updates/world/4.3.4/2020_08_24_00_world.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user