aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-08-19 14:25:23 +0200
committertreeston <treeston.mmoc@gmail.com>2016-08-19 14:25:23 +0200
commite2c915fb43ae27d695c0ab410fb1b14222745e27 (patch)
treed123fc17c04af1731ad605e20eb40907c6f2a06c /sql
parent3f9cf3fdb6ab4d8c696c67df8289df016f9447ae (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.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_08_19_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_19_00_world.sql b/sql/updates/world/3.3.5/2016_08_19_00_world.sql
new file mode 100644
index 00000000000..208482f7d89
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;