aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-12-08 15:28:03 +0100
committerGitHub <noreply@github.com>2023-12-08 15:28:03 +0100
commitf038c8526a2993ea9c71e47869cc4ae658159089 (patch)
treee49f8ef42b84483478f7208d72e64b3e7ba09690 /sql/updates/world
parent1567c34a3e4b4226dff6de5349d03e6402d63975 (diff)
Scripts/Spells: Implement Aspect of the Turtle (#29485)
Closes #19608
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2023_12_08_03_world.sql3
1 files changed, 3 insertions, 0 deletions
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');