From acf89e77f678cbbee13093b30a08f992e05fa885 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 5 Oct 2020 00:21:48 +0300 Subject: DB/Creature: Change flight state CanFly to DisableGravity part 3 Updates #6148 (cherry picked from commit 749cc91fd32b4be66af67ea9abeb218997b9bf29) --- sql/updates/world/master/2022_02_28_13_world_2020_10_04_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_02_28_13_world_2020_10_04_02_world.sql (limited to 'sql') 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); -- cgit v1.2.3