diff options
author | Killyana <morphone1@gmail.com> | 2018-08-11 01:23:38 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 22:10:10 +0200 |
commit | 4246c3fc762bfaee7c62e5b265f82d89fea9908b (patch) | |
tree | 9317ff04d972ee240bc6d0295e06f89b8c2ce939 | |
parent | 0aee79dfb8027e8b35472f5f61eb4f318528c951 (diff) |
DB/SAI: Update Invoker cast action to 134
Ref https://github.com/TrinityCore/TrinityCore/commit/0df3cb5bcc8097070b1f215032d3914d6a577f01
(cherry picked from commit 2ce57399c4bf442c68a1dd44e04380a67453077f)
-rw-r--r-- | sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql b/sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql new file mode 100644 index 00000000000..20ebe13a5ee --- /dev/null +++ b/sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_type`=134 WHERE `action_type` IN (85) AND `target_type` =1; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (27202) AND `source_type`=0 AND `id` IN (4,10); +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid` IN (27202) AND `source_type`=0 AND `id` IN (7); |