From 8f897da9f3023bd1d9c5f908569ec945862d5eb4 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:07:37 +0200 Subject: Scripts/Spells: Implement Incarnation: Tree of Life talent (#29168) --- sql/updates/world/master/2023_07_29_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2023_07_29_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_07_29_00_world.sql b/sql/updates/world/master/2023_07_29_00_world.sql new file mode 100644 index 00000000000..2d4691272c7 --- /dev/null +++ b/sql/updates/world/master/2023_07_29_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`IN ('spell_dru_incarnation_tree_of_life', 'spell_dru_incarnation'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(33891, 'spell_dru_incarnation_tree_of_life'), +(117679, 'spell_dru_incarnation'); -- cgit v1.2.3