diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_01_17_02_world_2020_06_24_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_17_02_world_2020_06_24_01_world.sql b/sql/updates/world/master/2022_01_17_02_world_2020_06_24_01_world.sql new file mode 100644 index 00000000000..e4b6613a706 --- /dev/null +++ b/sql/updates/world/master/2022_01_17_02_world_2020_06_24_01_world.sql @@ -0,0 +1,6 @@ +-- UPDATE `achievement_criteria_data` SET `type`=6, `value1`=4395 WHERE `criteria_id`=6937; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ("spell_midsummer_juggle_torch", "spell_midsummer_torch_catch"); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(45819, "spell_midsummer_juggle_torch"), +(45644, "spell_midsummer_torch_catch"); |
