mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
DB/SAI: Use spells which triggers Arcane Missiles instead of triggered spells
Closes #25103
(cherry picked from commit 0b09f60ca3)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user