From d6c43b3d63b4ef601223b2a3efefc481c75c23bc Mon Sep 17 00:00:00 2001 From: My name is Mud <95978183+aquadeus@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:49:14 +0100 Subject: Scripts/Spells: Fixed mage talent Firestarter (#27576) Co-authored-by: Shauren --- sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql b/sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql new file mode 100644 index 00000000000..8259a3d6f0d --- /dev/null +++ b/sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_firestarter','spell_mage_firestarter_dots'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(133, 'spell_mage_firestarter'), +(11366, 'spell_mage_firestarter'), +(321712, 'spell_mage_firestarter_dots'); -- cgit v1.2.3