aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2020_08_21_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_21_04_world.sql b/sql/updates/world/3.3.5/2020_08_21_04_world.sql
new file mode 100644
index 00000000000..029a6ac41c6
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;