diff options
| author | Naddley <64811442+Naddley@users.noreply.github.com> | 2024-09-08 14:09:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 14:09:15 +0200 |
| commit | 7f6afa67f3fea03c85277f7d536d5779a77bc824 (patch) | |
| tree | bf6bcd1059acbbdbbd8ffab866b37ce369606403 /sql | |
| parent | a4e3274aeb487f014299ec9daaafd2e4e757437e (diff) | |
Scripts/Spells: Implement Bone Shield application by Marrowrend and Death's Caress (#30163)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_09_08_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_08_00_world.sql b/sql/updates/world/master/2024_09_08_00_world.sql new file mode 100644 index 00000000000..9239c5d47f2 --- /dev/null +++ b/sql/updates/world/master/2024_09_08_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_marrowrend_apply_bone_shield'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_deaths_caress_apply_bone_shield'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(195182, 'spell_dk_marrowrend_apply_bone_shield'), +(195292, 'spell_dk_deaths_caress_apply_bone_shield'); |
