diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-06-27 23:25:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-27 23:25:19 +0200 |
| commit | 27005299dc96167816a4490df90b7721e2633945 (patch) | |
| tree | 07659223baa3d2b0f6c180785efb4807b7327be3 /sql/updates | |
| parent | 07d6eb3a5728b0ce1bc0adf2a01aa3ec7193e487 (diff) | |
Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)
Co-authored-by: ModoX <moardox@gmail.com>
Diffstat (limited to 'sql/updates')
| -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'); |
