From e29981f3b3da5079b04d484ba087cc550a253edd Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 23 Sep 2020 03:13:56 +0300 Subject: DB/Creature: Change flight state CanFly to DisableGravity part 2 Updates #6148 --- sql/updates/world/3.3.5/2020_09_23_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_23_00_world.sql b/sql/updates/world/3.3.5/2020_09_23_00_world.sql new file mode 100644 index 00000000000..1475e50cec5 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_23_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` IN (5347,8964,11368,15185,17307,17536,18409,18432,18435,18879,20170,20611,20635,21153,21648,21879,22140,22181,22274,22980,23061,23261,23281,23680,23687,23693,23864,24222,24272,24673,24761,24787,25063,25144,25349,25387,25445,25460,25464,25545,25765,15963,16137,23030,23330,28710); +-- Not needed at all +UPDATE `creature_template_movement` SET `Flight` = 0 WHERE `CreatureId` IN (22829,22831,22838,22839,22851,22866,22872,22905,23567,24035,20903); -- cgit v1.2.3