aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-09 11:43:30 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-09 11:43:30 +0200
commita0de631a8a85ddcdf26bc84df851c558e4a5d3e8 (patch)
treeca8159a35fae4da5bd9edcf700a9271234bffa63 /sql
parent9c67bdf329ad1fb82ad7d7a9af0a5735dbf9fdf9 (diff)
Core/Spells: fixed Heroic Strike damage calculation
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_07_09_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_07_09_00_world.sql b/sql/updates/world/cata_classic/2024_07_09_00_world.sql
new file mode 100644
index 00000000000..40073a876e2
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_07_09_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_warr_heroic_strike';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(78, 'spell_warr_heroic_strike');