mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Make Bonestripper Buzzard & Vulture move to invoker rather than random creature
Ref #20821
This commit is contained in:
3
sql/updates/world/3.3.5/2020_08_21_04_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_08_21_04_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Make Bonestripper Buzzard & Vulture move to invoker rather than random creature
|
||||
UPDATE `smart_scripts` SET `target_type` = 7, `target_param1` = 0, `target_param2` = 0, `target_param3` = 0, `comment` = "Bonestripper Buzzard - On Data 1 1 Set - Move To Invoker" WHERE `entryorguid` = 16972 AND `source_type` = 0 AND `id` = 2;
|
||||
UPDATE `smart_scripts` SET `target_type` = 7, `target_param1` = 0, `target_param2` = 0, `target_param3` = 0, `comment` = "Bonestripper Vulture - On Data 1 1 Set - Move To Invoker" WHERE `entryorguid` = 16973 AND `source_type` = 0 AND `id` = 2;
|
||||
Reference in New Issue
Block a user