Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)

Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
Aqua Deus
2023-06-27 23:25:19 +02:00
committed by GitHub
parent 07d6eb3a57
commit 27005299dc
2 changed files with 77 additions and 1 deletions

View File

@@ -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');