DB/SAI: Make Bonestripper Buzzard & Vulture move to invoker rather than random creature

Ref #20821

(cherry picked from commit 07acb1d4397f5f1ebd3c9b62e420b3955e73fbe8)
This commit is contained in:
offl
2022-02-04 00:27:11 +01:00
committed by Shauren
parent 3cda63ce04
commit 0715168bce
@@ -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;