DB/SAI: Fix some DB errors related to the event "health pct" used with "invoker target"

(cherry picked from commit 637dda815c39952dd7eee22577a6a22dececa95b)
This commit is contained in:
Killyana
2021-06-21 12:46:40 +02:00
committed by Shauren
parent ddb02ee299
commit ad1e8addf5
@@ -0,0 +1,4 @@
--
UPDATE `smart_scripts` SET `target_type`=1 WHERE `action_type`=39;
UPDATE `smart_scripts` SET `target_type`=2 WHERE `target_type`=7 AND `event_type`=2 AND `event_flags`=1 AND `event_param2`=30 AND `action_type`=1;
UPDATE `smart_scripts` SET `target_type`=24 WHERE `target_type`=7 AND `event_type`=2 AND `action_type` IN (33,85);