Scripts/Spells: Implement Invigorating Fury talent (#31040)

This commit is contained in:
Jeremy
2025-06-07 16:07:17 +02:00
committed by GitHub
parent f22321ede4
commit 201e009314
2 changed files with 33 additions and 0 deletions

View File

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