diff options
author | Jeremy <Golrag@users.noreply.github.com> | 2025-06-15 10:02:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-15 10:02:54 +0200 |
commit | 65276ba69a8058ca3e077ac23f86baab005cb53e (patch) | |
tree | 96e4110342c4d2f0d96ec2e0430fd992a515420f /sql | |
parent | f429777cdc88ed7d57a2603e9651d0b92e223ab3 (diff) |
Scripts/Spells: Fix warrior bloodthirst heal (#31027)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_06_15_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_15_02_world.sql b/sql/updates/world/master/2025_06_15_02_world.sql new file mode 100644 index 00000000000..7ce950b521b --- /dev/null +++ b/sql/updates/world/master/2025_06_15_02_world.sql @@ -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'); |