mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Spells: Fix warrior bloodthirst heal (#31027)
This commit is contained in:
4
sql/updates/world/master/2025_06_15_02_world.sql
Normal file
4
sql/updates/world/master/2025_06_15_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user