diff options
author | Gildor <gildor55@gmail.com> | 2022-02-16 20:07:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 21:07:19 +0200 |
commit | 7861c764f4c78da5ab017c8cea5ffc5e84570f4a (patch) | |
tree | c21681b8c2137e61c20ade30b23f2ddb98b8a91d /sql | |
parent | 093b1931989ad2a72025397296b8e1ae75fc7566 (diff) |
Scripts/Spells: Scent of Blood (DK) shouldn't remove old buff before proccing again (#27784)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2022_02_16_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_02_16_02_world_335.sql b/sql/updates/world/3.3.5/2022_02_16_02_world_335.sql new file mode 100644 index 00000000000..7b5e1586000 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_16_02_world_335.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_scent_of_blood_trigger'; |