mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +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.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_08_19_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_08_19_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user