DB/SAI: Update SAI that was using threat list target on aggro

target_type 2, 3, 4, 5, 6 musn't be used with the event 4
This commit is contained in:
Killyana
2018-02-14 18:34:42 +01:00
parent 4101bc287d
commit 3135aaea9d

View File

@@ -0,0 +1,4 @@
--
UPDATE `smart_scripts` SET `target_type`=7 WHERE `event_type` IN (4) AND `target_type`=2;
UPDATE `smart_scripts` SET `target_type`=16 WHERE `event_type` IN (4) AND `target_type`=5;
UPDATE `smart_scripts` SET `event_type`=0 WHERE `entryorguid`=18701 AND `source_type`=0 AND `id`=1;