From 27005299dc96167816a4490df90b7721e2633945 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Tue, 27 Jun 2023 23:25:19 +0200 Subject: Scripts/Shaman: Implemented Ascendance (Restoration) (#29097) Co-authored-by: ModoX --- sql/updates/world/master/2023_06_27_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2023_06_27_02_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3