aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-12-20 21:34:55 +0100
committerOvahlord <dreadkiller@gmx.de>2024-12-20 21:34:55 +0100
commit4011a0df2b9c79eec570aebb17e14187cda37af5 (patch)
tree975792b4fe2620c53e4eaf6898d7a9cf56dd394e /sql
parent2ddc37e26543eb6920aa755df09674ebc6b4cd14 (diff)
Scripts/Spells: fixed Blood Plague damage calculation
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_12_20_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_12_20_03_world.sql b/sql/updates/world/cata_classic/2024_12_20_03_world.sql
new file mode 100644
index 00000000000..c99e2920d0d
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_12_20_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_blood_plague';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(55078, 'spell_dk_blood_plague');