Scripts/Spells: Implement dh talent Retaliation (#31481)

This commit is contained in:
Aqua Deus
2026-01-10 00:53:38 +01:00
committed by GitHub
parent c85a061328
commit c76571c606
2 changed files with 44 additions and 0 deletions

View 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);