aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-09-04 17:15:23 +0300
committeroffl <offl@users.noreply.github.com>2020-09-04 17:15:23 +0300
commita3d0dfd6e7ce479b775a2ffa5bb7d6dd7914dc5c (patch)
treee7519dd73c0b28c9af6d7aa167023b44d5fbe4d4 /sql
parentaedb8b80f3585e144fcf07e0e40920a2e2dbba55 (diff)
DB/SAI: Fix SMART_EVENT_FRIENDLY_IS_CC params
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_09_04_06_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_04_06_world.sql b/sql/updates/world/3.3.5/2020_09_04_06_world.sql
new file mode 100644
index 00000000000..6e8215ab2be
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;