diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-05-20 13:11:53 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-05-20 13:11:53 +0200 |
commit | ac79cbbad309a0905ffab4e15c77fcb0ae662963 (patch) | |
tree | d5f7bd03b51e3fd2ea2da8c227c00c5093fcc1cc /sql | |
parent | 64e0a1b55ade115f993cc5036d439da9d4731a11 (diff) |
Scripts/Spells: Fixed Improved Death Strike value calculation for blood specialization
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_05_20_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_20_02_world.sql b/sql/updates/world/master/2025_05_20_02_world.sql new file mode 100644 index 00000000000..d16f5530d4d --- /dev/null +++ b/sql/updates/world/master/2025_05_20_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_improved_death_strike'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(374277, 'spell_dk_improved_death_strike'); |