aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-08-19 14:25:23 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-12 15:46:19 +0100
commitd0f4588652e0e53b6884df284d37b8e30f944843 (patch)
tree8d602eec8512dbe00cb2b7781f529b39204e40cf /sql/updates
parent8ea1a3776115d06d43f40be9d461402816ab6a91 (diff)
Core/SmartScripts: Add SMART_TARGET_LOOT_RECIPIENTS. Does what it says on the tin.
Use this new target type to fix The Rider of Blood, The Rider of Frost, The Rider of the Unholy. Closes #17817. (cherry picked from commit e2c915fb43ae27d695c0ab410fb1b14222745e27)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2017_02_12_08_world_2016_08_19_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_12_08_world_2016_08_19_00_world.sql b/sql/updates/world/master/2017_02_12_08_world_2016_08_19_00_world.sql
new file mode 100644
index 00000000000..208482f7d89
--- /dev/null
+++ b/sql/updates/world/master/2017_02_12_08_world_2016_08_19_00_world.sql
@@ -0,0 +1,2 @@
+-- fix Rider of the Unholy / Blood / Frost (issue #17817)
+UPDATE `smart_scripts` SET `target_type`=27 WHERE `source_type`=0 AND `entryorguid` IN (30954,30956,30953) AND `action_type`=33;