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.
This commit is contained in:
treeston
2016-08-19 14:25:23 +02:00
committed by Aokromes
parent 8d12a82f5b
commit c2fd73c95d
4 changed files with 22 additions and 1 deletions

View File

@@ -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;