diff options
| author | Killyana <morphone1@gmail.com> | 2018-08-11 01:23:38 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-08-11 01:23:38 +0200 |
| commit | 2ce57399c4bf442c68a1dd44e04380a67453077f (patch) | |
| tree | f3037f773d2141fe74b9672d4c1d4dfc00a316d0 | |
| parent | 0df3cb5bcc8097070b1f215032d3914d6a577f01 (diff) | |
DB/SAI: Update Invoker cast action to 134
Ref https://github.com/TrinityCore/TrinityCore/commit/0df3cb5bcc8097070b1f215032d3914d6a577f01
| -rw-r--r-- | sql/updates/world/3.3.5/2018_08_11_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_11_00_world.sql b/sql/updates/world/3.3.5/2018_08_11_00_world.sql new file mode 100644 index 00000000000..20ebe13a5ee --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
