diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-01-17 23:36:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-17 23:36:12 +0100 |
| commit | d8efda4ff335ce6252f32e1736b1f99d443bce7b (patch) | |
| tree | 885ff450c014b08408c199edc6d7ea74f72560d4 /sql/updates | |
| parent | 92335bf900021a8d9fb70e44ef9a2458e37b3468 (diff) | |
Scripts/Spells: Fix mage Flame On talent (#27622)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_01_17_01_world_mage_flame_on.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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'); |
