diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-07-31 11:34:42 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-07-31 11:34:42 +0200 |
commit | 0a56248fb4c714747c617e0cae6ee9d6b4be67b5 (patch) | |
tree | 60e8b154bde5d4cc302205a34705a90e8da36fee /sql | |
parent | 2401e32c552ac119666bd2e27de9fb4b064868e1 (diff) |
Core/Spells: fixed Eviscerate damage calculation
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2024_07_31_00_world.sql | 3 |
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'); |