From f7be217c941140609c412bc67d2f54854fd1d615 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 9 Feb 2025 20:11:34 +0100 Subject: Scripts/Spells: fixed Lava Burst crit chance against targets affected by Flame Shock --- sql/updates/world/cata_classic/2025_02_09_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/cata_classic/2025_02_09_00_world.sql (limited to 'sql') 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'); -- cgit v1.2.3