mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Implement dh talent Retaliation (#31481)
This commit is contained in:
7
sql/updates/world/master/2026_01_10_01_world.sql
Normal file
7
sql/updates/world/master/2026_01_10_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_retaliation';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(203819,'spell_dh_retaliation');
|
||||
|
||||
DELETE FROM `spell_threat` WHERE `entry`=391159;
|
||||
INSERT INTO `spell_threat` (`entry`,`flatMod`,`pctMod`,`apPctMod`) VALUES
|
||||
(391159,0,4,0);
|
||||
Reference in New Issue
Block a user