Scripts/Spells: Fix warrior bloodthirst heal (#31027)

This commit is contained in:
Jeremy
2025-06-15 10:02:54 +02:00
committed by GitHub
parent f429777cdc
commit 65276ba69a
2 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_bloodthirst';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(215568, 'spell_warr_bloodthirst'),
(335096, 'spell_warr_bloodthirst');