From d0f4588652e0e53b6884df284d37b8e30f944843 Mon Sep 17 00:00:00 2001 From: treeston Date: Fri, 19 Aug 2016 14:25:23 +0200 Subject: 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) --- sql/updates/world/master/2017_02_12_08_world_2016_08_19_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_12_08_world_2016_08_19_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3