diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-12-08 02:12:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 02:12:59 +0100 |
| commit | 1567c34a3e4b4226dff6de5349d03e6402d63975 (patch) | |
| tree | d2ad946fa2ce6dcab254acc8dcc39c0e0f39eb45 /sql | |
| parent | 87f3ab11d3dd5d362657aaae9c02effa8ee95f21 (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.sql | 1 |
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; |
