diff options
author | My name is Mud <95978183+aquadeus@users.noreply.github.com> | 2022-01-12 23:49:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 23:49:14 +0100 |
commit | d6c43b3d63b4ef601223b2a3efefc481c75c23bc (patch) | |
tree | a86a2e9489a7bc16631369e6702778ee0b9a3417 /sql | |
parent | 3dceb3622fbb5d8b7f9b22ddc95e9c05c720ed07 (diff) |
Scripts/Spells: Fixed mage talent Firestarter (#27576)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |