DB/SAI: Update Invoker cast action to 134

Ref 0df3cb5bcc

(cherry picked from commit 2ce57399c4)
This commit is contained in:
Killyana
2018-08-11 01:23:38 +02:00
committed by Shauren
parent 0aee79dfb8
commit 4246c3fc76

View File

@@ -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);