From c4bdaaede6b44e0732572ef81546d63be06dbcc4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 14 Feb 2018 18:34:42 +0100 Subject: 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 (cherry picked from commit 3135aaea9d6ef268d769e2a51d78c8d62bc692dd) --- sql/updates/world/master/2021_06_20_10_world_2018_02_14_08_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_06_20_10_world_2018_02_14_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_06_20_10_world_2018_02_14_08_world.sql b/sql/updates/world/master/2021_06_20_10_world_2018_02_14_08_world.sql new file mode 100644 index 00000000000..f5d3bf5b3ab --- /dev/null +++ b/sql/updates/world/master/2021_06_20_10_world_2018_02_14_08_world.sql @@ -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; -- cgit v1.2.3