aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-10-05 00:21:48 +0300
committerShauren <shauren.trinity@gmail.com>2022-02-28 14:45:34 +0100
commitacf89e77f678cbbee13093b30a08f992e05fa885 (patch)
treefd03a8eac724d4682b3fa720f4a9b808e380fc12
parentfd20dbe5625b5debdb5efe3c48c9ee742f294689 (diff)
DB/Creature: Change flight state CanFly to DisableGravity part 3
Updates #6148 (cherry picked from commit 749cc91fd32b4be66af67ea9abeb218997b9bf29)
-rw-r--r--sql/updates/world/master/2022_02_28_13_world_2020_10_04_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_13_world_2020_10_04_02_world.sql b/sql/updates/world/master/2022_02_28_13_world_2020_10_04_02_world.sql
new file mode 100644
index 00000000000..ea8236cd05c
--- /dev/null
+++ b/sql/updates/world/master/2022_02_28_13_world_2020_10_04_02_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template_movement` SET `Flight` = 0 WHERE `CreatureId` IN (30228,30449,30451,30452,31535,31520,31534);
+UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` IN (30461,30879,30955,30959,30997,32446,32596,32597,32602);