aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-31 11:34:42 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-31 11:34:42 +0200
commit0a56248fb4c714747c617e0cae6ee9d6b4be67b5 (patch)
tree60e8b154bde5d4cc302205a34705a90e8da36fee /sql
parent2401e32c552ac119666bd2e27de9fb4b064868e1 (diff)
Core/Spells: fixed Eviscerate damage calculation
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_07_31_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_07_31_00_world.sql b/sql/updates/world/cata_classic/2024_07_31_00_world.sql
new file mode 100644
index 00000000000..1486ab9ac2d
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_07_31_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_rog_eviscerate';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(2098, 'spell_rog_eviscerate');