Scripts/Spells: Implemented Menace warrior talent (#31015)

This commit is contained in:
Jeremy
2025-06-15 10:48:25 +02:00
committed by GitHub
parent 9e76a76494
commit d3967ebe0d
2 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `Scriptname` = 'spell_warr_intimidating_shout_menace_knock_back';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(316594, 'spell_warr_intimidating_shout_menace_knock_back');