diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_06_27_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_27_02_world.sql b/sql/updates/world/master/2023_06_27_02_world.sql new file mode 100644 index 00000000000..ab068facece --- /dev/null +++ b/sql/updates/world/master/2023_06_27_02_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_ascendance_restoration', 'spell_sha_restorative_mists'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(114052,'spell_sha_ascendance_restoration'), +(114083,'spell_sha_restorative_mists'), +(294020,'spell_sha_restorative_mists'); |
