diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-06-26 21:44:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-26 21:44:40 +0300 |
| commit | f0d2418e5f2dabfae97a481fde52bc20ba93c72e (patch) | |
| tree | ab520af9a56024ae0e2c116952d9f012e7d8977f /sql | |
| parent | 2d348b6d8b39f93a7cc18731aa394116332c5cf5 (diff) | |
Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew (#28058)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_06_26_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_06_26_00_world.sql b/sql/updates/world/3.3.5/2022_06_26_00_world.sql new file mode 100644 index 00000000000..221ba43c7a7 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
