aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-02-09 20:11:34 +0100
committerOvahlord <dreadkiller@gmx.de>2025-02-09 20:11:34 +0100
commitf7be217c941140609c412bc67d2f54854fd1d615 (patch)
tree9ef34d78ab43a8289215ac9dd1efc7ad7a39f4b8 /sql
parent0cb94ea082a58474d2ea1fa5166372c0bfcec48e (diff)
Scripts/Spells: fixed Lava Burst crit chance against targets affected by Flame Shock
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2025_02_09_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_02_09_00_world.sql b/sql/updates/world/cata_classic/2025_02_09_00_world.sql
new file mode 100644
index 00000000000..31d06babadb
--- /dev/null
+++ b/sql/updates/world/cata_classic/2025_02_09_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_lava_burst';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(51505, 'spell_sha_lava_burst');