diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-07 21:33:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 21:33:42 +0100 |
| commit | b32ba71045e97fc8142d24a6bec6fcbcdc2b5784 (patch) | |
| tree | 80e09e9e5e42765fd4aa250801fcc7595dba4a33 /sql/updates/world | |
| parent | 3eac7242d1f5e6c4bf1bda5e2fe95b124bca9746 (diff) | |
Scripts/Spells: Fix dk talent Ice Prison (#30233)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2025_01_07_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_07_00_world.sql b/sql/updates/world/master/2025_01_07_00_world.sql new file mode 100644 index 00000000000..0f4de99dc34 --- /dev/null +++ b/sql/updates/world/master/2025_01_07_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_ice_prison'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(45524, 'spell_dk_ice_prison'); |
