mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)
Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
5
sql/updates/world/master/2023_06_27_02_world.sql
Normal file
5
sql/updates/world/master/2023_06_27_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user