diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-06-26 21:44:40 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 19:37:13 +0200 |
| commit | 496eba4e8d579816895c11060f896faa4523623e (patch) | |
| tree | 2be9d713c43f0350202517347057fcc2b7c20a4c /sql | |
| parent | 249f55a483d49fa52d0d60aadd4a927084317a67 (diff) | |
Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew (#28058)
(cherry picked from commit f0d2418e5f2dabfae97a481fde52bc20ba93c72e)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_09_05_13_world_2022_06_26_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_13_world_2022_06_26_00_world.sql b/sql/updates/world/master/2022_09_05_13_world_2022_06_26_00_world.sql new file mode 100644 index 00000000000..221ba43c7a7 --- /dev/null +++ b/sql/updates/world/master/2022_09_05_13_world_2022_06_26_00_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-33711,-38794,33686,51010); +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_murmur_murmurs_touch','spell_item_dire_brew'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(33711,'spell_murmur_murmurs_touch'), +(38794,'spell_murmur_murmurs_touch'), +(51010,'spell_item_dire_brew'); |
