From 9a28ff60d08075b8ea898642385ccba47061cd57 Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 4 Sep 2020 17:15:23 +0300 Subject: DB/SAI: Fix SMART_EVENT_FRIENDLY_IS_CC params (cherry picked from commit a3d0dfd6e7ce479b775a2ffa5bb7d6dd7914dc5c) --- sql/updates/world/master/2022_02_04_15_world_2020_09_04_06_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2022_02_04_15_world_2020_09_04_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_04_15_world_2020_09_04_06_world.sql b/sql/updates/world/master/2022_02_04_15_world_2020_09_04_06_world.sql new file mode 100644 index 00000000000..6e8215ab2be --- /dev/null +++ b/sql/updates/world/master/2022_02_04_15_world_2020_09_04_06_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `event_param1` = 30, `event_param2` = 5000, `event_param3` = 10000, `event_param4` = 0 WHERE `entryorguid` IN (20032,20036,20049) AND `source_type` = 0 AND `event_type` = 15 AND `action_type` = 11 AND `action_param1` = 39078; +UPDATE `smart_scripts` SET `event_param1` = 30, `event_param3` = 0 WHERE `entryorguid` = 9450 AND `source_type` = 0 AND `event_type` = 15 AND `action_type` = 11 AND `action_param1` = 17201; +UPDATE `smart_scripts` SET `event_param1` = 15, `event_param3` = 0 WHERE `entryorguid` = 12339 AND `source_type` = 0 AND `event_type` = 15 AND `action_type` = 11 AND `action_param1` = 17201; +UPDATE `smart_scripts` SET `event_type` = 0, `event_flags` = 0, `event_param1` = 10000, `event_param2` = 12500, `event_param3` = 13000, `event_param4` = 15000, `action_param2` = 0, `comment` = "Nathanos Blightcaller - In Combat - Cast 'Psychic Scream'" WHERE `entryorguid` = 11878 AND `source_type` = 0 AND `event_type` = 15 AND `action_type` = 11 AND `action_param1` = 13704; -- cgit v1.2.3