diff options
author | offl <offl@users.noreply.github.com> | 2020-08-02 19:02:56 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-02 19:02:56 +0300 |
commit | 0b09f60ca3049e318934e5268dd9f72855d59ad2 (patch) | |
tree | aed8bb705b9eaf061ef9a8bef5fce864b9361442 | |
parent | ea71bdff2b50386bd8be61f4ae15db975318cebb (diff) |
DB/SAI: Use spells which triggers Arcane Missiles instead of triggered spells
Closes #25103
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_02_09_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_02_09_world_335.sql b/sql/updates/world/3.3.5/2020_08_02_09_world_335.sql new file mode 100644 index 00000000000..78ff5ffa4a6 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_09_world_335.sql @@ -0,0 +1,9 @@ +-- Use spells which triggers Arcane Missiles instead of triggered spells +UPDATE `smart_scripts` SET `action_param1` = 15735 WHERE `action_type` = 11 AND `action_param1`= 15736; +UPDATE `smart_scripts` SET `action_param1` = 15790 WHERE `action_type` = 11 AND `action_param1`= 15791; +UPDATE `smart_scripts` SET `action_param1` = 22272 WHERE `action_type` = 11 AND `action_param1`= 22273; +UPDATE `smart_scripts` SET `action_param1` = 31742 WHERE `action_type` = 11 AND `action_param1`= 31743; +UPDATE `smart_scripts` SET `action_param1` = 33832 WHERE `action_type` = 11 AND `action_param1`= 33833; +UPDATE `smart_scripts` SET `action_param1` = 34446 WHERE `action_type` = 11 AND `action_param1`= 34447; +UPDATE `smart_scripts` SET `action_param1` = 58529 WHERE `action_type` = 11 AND `action_param1`= 58531; +UPDATE `smart_scripts` SET `action_param1` = 61592 WHERE `action_type` = 11 AND `action_param1`= 61593; |