DB: Fix some DB errors related to wrong SAI target

(cherry picked from commit a478d78a76)
This commit is contained in:
Killyana
2018-02-14 19:22:45 +01:00
committed by Shauren
parent c4bdaaede6
commit 9c3802c1de

View File

@@ -0,0 +1,5 @@
--
UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=32495 AND `source_type`=0 AND `id`=0;
UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=20405 AND `source_type`=0;
UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=32357 AND `source_type`=0 AND `id`=0;
UPDATE `smart_scripts` SET `target_type`=2 WHERE `event_type`=0 AND `target_type`=7 AND `source_type`=0;