aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-22 00:40:52 +0300
committerShauren <shauren.trinity@gmail.com>2022-02-04 00:27:11 +0100
commit0715168bcedbbcbe23a8e902e4adf11360399aa3 (patch)
tree0cdc131bec26ef463d5fd9f12b9106a936133489
parent3cda63ce040efb58427a9c1852a40b596816ea57 (diff)
DB/SAI: Make Bonestripper Buzzard & Vulture move to invoker rather than random creature
Ref #20821 (cherry picked from commit 07acb1d4397f5f1ebd3c9b62e420b3955e73fbe8)
-rw-r--r--sql/updates/world/master/2022_02_03_04_world_2020_08_21_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_03_04_world_2020_08_21_04_world.sql b/sql/updates/world/master/2022_02_03_04_world_2020_08_21_04_world.sql
new file mode 100644
index 00000000000..029a6ac41c6
--- /dev/null
+++ b/sql/updates/world/master/2022_02_03_04_world_2020_08_21_04_world.sql
@@ -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;