From f038c8526a2993ea9c71e47869cc4ae658159089 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:28:03 +0100 Subject: Scripts/Spells: Implement Aspect of the Turtle (#29485) Closes #19608 --- sql/updates/world/master/2023_12_08_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_12_08_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2023_12_08_03_world.sql b/sql/updates/world/master/2023_12_08_03_world.sql new file mode 100644 index 00000000000..ca95d5792f7 --- /dev/null +++ b/sql/updates/world/master/2023_12_08_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_aspect_of_the_turtle'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(186265, 'spell_hun_aspect_of_the_turtle'); -- cgit v1.2.3