From d8efda4ff335ce6252f32e1736b1f99d443bce7b Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Mon, 17 Jan 2022 23:36:12 +0100 Subject: Scripts/Spells: Fix mage Flame On talent (#27622) --- sql/updates/world/master/2022_01_17_01_world_mage_flame_on.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_17_01_world_mage_flame_on.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_17_01_world_mage_flame_on.sql b/sql/updates/world/master/2022_01_17_01_world_mage_flame_on.sql new file mode 100644 index 00000000000..0218ab1c638 --- /dev/null +++ b/sql/updates/world/master/2022_01_17_01_world_mage_flame_on.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_mage_flame_on'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (205029, 'spell_mage_flame_on'); -- cgit v1.2.3