diff options
| author | offl <offl@users.noreply.github.com> | 2020-09-04 17:15:23 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 00:58:34 +0100 |
| commit | 9a28ff60d08075b8ea898642385ccba47061cd57 (patch) | |
| tree | b3d17686734fb159511bb996eca0ae770ef39941 /sql/updates | |
| parent | 7241088faa935aae019156d5b0795751f449ded5 (diff) | |
DB/SAI: Fix SMART_EVENT_FRIENDLY_IS_CC params
(cherry picked from commit a3d0dfd6e7ce479b775a2ffa5bb7d6dd7914dc5c)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_02_04_15_world_2020_09_04_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
