mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
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 e2c915fb43)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user