aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-12-08 02:12:59 +0100
committerGitHub <noreply@github.com>2023-12-08 02:12:59 +0100
commit1567c34a3e4b4226dff6de5349d03e6402d63975 (patch)
treed2ad946fa2ce6dcab254acc8dcc39c0e0f39eb45 /sql
parent87f3ab11d3dd5d362657aaae9c02effa8ee95f21 (diff)
Scripts/Spells: Implement Unholy Ground and drop outdated Tightened Grasp talent (#29465)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_12_08_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_08_02_world.sql b/sql/updates/world/master/2023_12_08_02_world.sql
new file mode 100644
index 00000000000..c5fc6934092
--- /dev/null
+++ b/sql/updates/world/master/2023_12_08_02_world.sql
@@ -0,0 +1 @@
+UPDATE `areatrigger_create_properties` SET `ScriptName` = 'at_dk_death_and_decay' WHERE `Id` = 4485;